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 0016d5f commit eb8c846
Showing 1 changed file with 20 additions and 20 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: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
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: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -223,10 +223,10 @@ manifest should match snapshot with credentials secret path:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -315,10 +315,10 @@ manifest should match snapshot with extra env vars:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -393,10 +393,10 @@ manifest should match snapshot with extra labels:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -475,10 +475,10 @@ manifest should match snapshot with mutual TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -571,10 +571,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -647,10 +647,10 @@ manifest should match snapshot with podSecurityContext:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -725,10 +725,10 @@ manifest should match snapshot with priority class:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -802,10 +802,10 @@ manifest should match snapshot without TLS:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 24Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit eb8c846

Please sign in to comment.