Skip to content

Commit

Permalink
cherry-pick(0.33.x): disable webhooks appropriately in chart (#7177) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal authored Oct 15, 2024
1 parent 5267a53 commit f5b826b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ spec:
value: "{{ .Values.webhook.port }}"
- name: WEBHOOK_METRICS_PORT
value: "{{ .Values.webhook.metrics.port }}"
- name: DISABLE_WEBHOOK
value: "false"
{{- end }}
- name: DISABLE_WEBHOOK
value: "{{ not .Values.webhook.enabled }}"
{{- with .Values.logLevel }}
- name: LOG_LEVEL
value: "{{ . }}"
Expand Down

0 comments on commit f5b826b

Please sign in to comment.