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:
Eoghan Conlon O'Neill 2025-04-09 11:17:36 -06:00
parent 61b9fc22f6
commit 3c5174278c
Failed to extract signature
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}