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 1042672 commit 42082da
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ manifest should add aws 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 @@ -174,10 +174,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 @@ -260,10 +260,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 @@ -356,10 +356,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 @@ -440,10 +440,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 @@ -528,10 +528,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 @@ -630,10 +630,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 @@ -712,10 +712,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 @@ -796,10 +796,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 @@ -879,10 +879,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 42082da

Please sign in to comment.