Skip to content

Commit

Permalink
fix: disable webhooks appropriately in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Oct 7, 2024
1 parent f587167 commit 31c9ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/karpenter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ spec:
value: "{{ .Values.webhook.port }}"
- name: WEBHOOK_METRICS_PORT
value: "{{ .Values.webhook.metrics.port }}"
{{- else }}
- name: DISABLE_WEBHOOK
value: "false"
value: "true"
{{- end }}
{{- with .Values.logLevel }}
- name: LOG_LEVEL
Expand Down

0 comments on commit 31c9ef1

Please sign in to comment.