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 e1ec78a commit 8ae270bCopy full SHA for 8ae270b
wiz-admission-controller/templates/serviceaccount.yaml
@@ -73,7 +73,6 @@ roleRef:
73
{{- end }}
74
75
{{- if .Values.wizManager.enabled -}}
76
----
77
{{- if .Values.wizManager.serviceAccount.create -}}
78
apiVersion: v1
79
kind: ServiceAccount
wiz-admission-controller/values.yaml
@@ -443,6 +443,7 @@ wizManager:
443
# If empty, a name is generated using the nameOverride
444
name: ""
445
446
+# autoUpda
447
rolloutRestart:
448
wizForceEnabled: true # Wiz initiated remote updates.
449
interval: "168h" # 1 week
0 commit comments