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 a96e059 commit 018da81
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,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 @@ -140,10 +140,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 @@ -230,10 +230,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 @@ -308,10 +308,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 @@ -390,10 +390,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 @@ -486,10 +486,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 @@ -562,10 +562,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 @@ -640,10 +640,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 @@ -717,10 +717,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 018da81

Please sign in to comment.