Skip to content

Commit

Permalink
test: fix chart snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Nov 27, 2024
1 parent dfcee37 commit 172639b
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ manifest should match snapshot using podAnnotations and Labels:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -212,10 +212,10 @@ manifest should match snapshot with TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -331,10 +331,10 @@ manifest should match snapshot with azure certificates vars:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -443,10 +443,10 @@ manifest should match snapshot with azure secrets vars:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -562,10 +562,10 @@ manifest should match snapshot with extra env vars:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -676,10 +676,10 @@ manifest should match snapshot with extra labels:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -794,10 +794,10 @@ manifest should match snapshot with mutual TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -926,10 +926,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -1038,10 +1038,10 @@ manifest should match snapshot with podSecurityContext:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -1152,10 +1152,10 @@ manifest should match snapshot with priority class:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -1265,10 +1265,10 @@ manifest should match snapshot without TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 172639b

Please sign in to comment.