mirror of https://github.com/kedacore/charts.git
add: helm values for --enable-webhook-patching flag (#715)
* add: helm values for --enable-webhook-patching flag Signed-off-by: krishna sindhur <krishna.sindhur@thinkbyte.ai> * add: helm values for --enable-webhook-patching flag Signed-off-by: krishna sindhur <krishna.sindhur@thinkbyte.ai> --------- Signed-off-by: krishna sindhur <krishna.sindhur@thinkbyte.ai>
This commit is contained in:
parent
c445ec15dd
commit
8d75dd0674
|
|
@ -82,6 +82,7 @@ spec:
|
|||
- "--zap-log-level={{ .Values.logging.operator.level }}"
|
||||
- "--zap-encoder={{ .Values.logging.operator.format }}"
|
||||
- "--zap-time-encoding={{ .Values.logging.operator.timeEncoding }}"
|
||||
- "--enable-webhook-patching={{ .Values.webhooks.enabled }}"
|
||||
{{- if .Values.logging.operator.stackTracesEnabled }}
|
||||
- "--zap-stacktrace-level=error"
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@ metricsServer:
|
|||
successThreshold: 1
|
||||
|
||||
webhooks:
|
||||
# It also used to enable or disable webhook patching in the operator
|
||||
enabled: true
|
||||
# -- Port number to use for KEDA admission webhooks. Default is 9443.
|
||||
port: ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue