Skip to content

Commit 8d75dd0

Browse files
author
krishna sindhur
authored
add: helm values for --enable-webhook-patching flag (#715)
* add: helm values for --enable-webhook-patching flag Signed-off-by: krishna sindhur <[email protected]> * add: helm values for --enable-webhook-patching flag Signed-off-by: krishna sindhur <[email protected]> --------- Signed-off-by: krishna sindhur <[email protected]>
1 parent c445ec1 commit 8d75dd0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

keda/templates/manager/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ spec:
8282
- "--zap-log-level={{ .Values.logging.operator.level }}"
8383
- "--zap-encoder={{ .Values.logging.operator.format }}"
8484
- "--zap-time-encoding={{ .Values.logging.operator.timeEncoding }}"
85+
- "--enable-webhook-patching={{ .Values.webhooks.enabled }}"
8586
{{- if .Values.logging.operator.stackTracesEnabled }}
8687
- "--zap-stacktrace-level=error"
8788
{{- end }}

keda/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ metricsServer:
163163
successThreshold: 1
164164

165165
webhooks:
166+
# It also used to enable or disable webhook patching in the operator
166167
enabled: true
167168
# -- Port number to use for KEDA admission webhooks. Default is 9443.
168169
port: ""

0 commit comments

Comments
 (0)