Skip to content

Commit b2f331f

Browse files
committed
fix
1 parent 5dde2e5 commit b2f331f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiz-admission-controller/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If release name contains chart name it will be used as a full name.
2727
{{- end }}
2828

2929
{{- define "wiz-admission-controller-enforcer.name" -}}
30-
{{- printf "%s" (include "wiz-admission-controller.fullname" .) | trunc 63 | trimSuffix "-" }}
30+
{{- (include "wiz-admission-controller.fullname" .) | trunc 63 | trimSuffix "-" }}
3131
{{- end }}
3232

3333
{{- define "wiz-kubernetes-audit-log-collector.name" -}}

0 commit comments

Comments
 (0)