We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67af911 commit 178c551Copy full SHA for 178c551
charts/karpenter/templates/deployment.yaml
@@ -81,9 +81,9 @@ spec:
81
value: "{{ .Values.webhook.port }}"
82
- name: WEBHOOK_METRICS_PORT
83
value: "{{ .Values.webhook.metrics.port }}"
84
- - name: DISABLE_WEBHOOK
85
- value: "false"
86
{{- end }}
+ - name: DISABLE_WEBHOOK
+ value: "{{ not .Values.webhook.enabled }}"
87
{{- with .Values.logLevel }}
88
- name: LOG_LEVEL
89
value: "{{ . }}"
0 commit comments