Skip to content

Commit 554f382

Browse files
committed
fix values.yaml
1 parent 5ff9d0c commit 554f382

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

wiz-admission-controller/values.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ serviceAccount:
340340
# If empty, a name is generated using the fullname template
341341
name: ""
342342

343-
344-
345343
podAnnotations: {} # Annotations to add to the components Pods.
346344
podLabels: {} # Labels to add to the components Pods.
347345

@@ -395,13 +393,12 @@ tlsCertificate:
395393
resources: {}
396394
# The recommended values should vary depending on the load in each cluster, the number of replicas, and more.
397395
# To make sure we cover most cases, the following is a suggestion for environments with a high load, we recommend adjusting it based on your needs.
398-
# requests:
399-
# cpu: 0.5
400-
# memory: 256M
401-
# limits:
402-
# cpu: 1
403-
# memory: 512M
404-
396+
# requests:
397+
# cpu: 0.5
398+
# memory: 256M
399+
# limits:
400+
# cpu: 1
401+
# memory: 512M
405402

406403
customVolumes: []
407404
customVolumeMounts: []

0 commit comments

Comments
 (0)