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 0600a9a commit 24967ac
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ manifest should match snapshot with TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -311,10 +311,10 @@ manifest should match snapshot with appArmorProfile for k8s >= 1.30:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
appArmorProfile:
type: Unconfined
Expand Down Expand Up @@ -430,10 +430,10 @@ manifest should match snapshot with different containerPorts:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -554,10 +554,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:
capabilities:
add:
Expand Down Expand Up @@ -673,10 +673,10 @@ manifest should match snapshot with extra labels:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -796,10 +796,10 @@ manifest should match snapshot with mutual TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -933,10 +933,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:
capabilities:
add:
Expand Down Expand Up @@ -1050,10 +1050,10 @@ manifest should match snapshot with podSecurityContext:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -1169,10 +1169,10 @@ manifest should match snapshot with priority class:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -1287,10 +1287,10 @@ manifest should match snapshot with update strategy:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down Expand Up @@ -1404,10 +1404,10 @@ manifest should match snapshot without TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 32Mi
requests:
cpu: 50m
memory: 32Mi
memory: 16Mi
securityContext:
capabilities:
add:
Expand Down

0 comments on commit 24967ac

Please sign in to comment.