We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec76fc3 commit 219c924Copy full SHA for 219c924
wiz-admission-controller/templates/_helpers.tpl
@@ -283,7 +283,6 @@ scaleDown:
283
{{- define "autoUpdate.deployments" -}}
284
{{- $list := list -}}
285
{{- if eq (include "wiz-admission-controller.isEnforcerEnabled" . | trim | lower) "true" }}
286
-{{- if or .Values.opaWebhook.enabled .Values.imageIntegrityWebhook.enabled .Values.debugWebhook.enabled -}}
287
{{- $list = append $list (include "wiz-admission-controller.fullname" . ) -}}
288
{{- end -}}
289
{{- if .Values.kubernetesAuditLogsWebhook.enabled -}}
0 commit comments