Skip to content

Commit ecb8a4d

Browse files
committed
Simplified comments
1 parent 0450419 commit ecb8a4d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

wiz-admission-controller/values.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -392,15 +392,11 @@ tlsCertificate:
392392
tlsCertificate: ""
393393
tlsKey: ""
394394

395-
# When Horizontal Pod Autoscaling (`hpa.enabled`) is:
396-
# 1. Disabled (`false`, the default), `resources` is set to an empty value {}.
397-
# 2. Enabled (`true`), `resources` is set to the following defaults:
398-
# requests:
399-
# cpu: 500m
400-
# memory: 300Mi
401-
#
402-
# In either cases, you may remove the comment below `resources` to provide custom
403-
# resource requests and limits to the Wiz Pods.
395+
# Uncomment the `resources` section below to specify custom resource requests and limits.
396+
# If left blank, and Horizontal Pod Autoscaling (`hpa.enabled`) is enabled, the following defaults will be applied:
397+
# requests:
398+
# cpu: 500m
399+
# memory: 300Mi
404400
#
405401
# resources:
406402
## The recommended values should vary depending on the load in each cluster, the number of replicas, and more.

0 commit comments

Comments
 (0)