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 5dde2e5 commit b2f331fCopy full SHA for b2f331f
wiz-admission-controller/templates/_helpers.tpl
@@ -27,7 +27,7 @@ If release name contains chart name it will be used as a full name.
27
{{- end }}
28
29
{{- define "wiz-admission-controller-enforcer.name" -}}
30
-{{- printf "%s" (include "wiz-admission-controller.fullname" .) | trunc 63 | trimSuffix "-" }}
+{{- (include "wiz-admission-controller.fullname" .) | trunc 63 | trimSuffix "-" }}
31
32
33
{{- define "wiz-kubernetes-audit-log-collector.name" -}}
0 commit comments