mirror of https://github.com/kedacore/charts.git
fix(KEDA): enable-webhook-patching backward compatability
This commit allows the 2.17 version stream to be backwards compatible
with earlier versions of KEDA. See 8d75dd0.
Signed-off-by: Eoghan Conlon O'Neill <eoghan.conlononeill@chainguard.dev>
This commit is contained in:
parent
61b9fc22f6
commit
3c5174278c
|
|
@ -83,7 +83,9 @@ spec:
|
|||
- "--zap-log-level={{ .Values.logging.operator.level }}"
|
||||
- "--zap-encoder={{ .Values.logging.operator.format }}"
|
||||
- "--zap-time-encoding={{ .Values.logging.operator.timeEncoding }}"
|
||||
{{- if .Values.webhooks.enabled }}
|
||||
- "--enable-webhook-patching={{ .Values.webhooks.enabled }}"
|
||||
{{- end }}
|
||||
{{- if .Values.logging.operator.stackTracesEnabled }}
|
||||
- "--zap-stacktrace-level=error"
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue