Skip to content

Commit 5ff9d0c

Browse files
committed
fix rolebinding
1 parent bbfc0ad commit 5ff9d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiz-admission-controller/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ subjects:
103103
namespace: {{ .Release.Namespace | quote }}
104104
roleRef:
105105
kind: Role
106-
name: {{ printf "%s-pods-and-deployments-reader" (include "wiz-admission-controller.serviceAccountName" .) }}
106+
name: {{ printf "%s-pods-and-deployments-reader-manager" (include "wiz-admission-controller.serviceAccountName" .) }}
107107
apiGroup: rbac.authorization.k8s.io
108108
{{- end }}

0 commit comments

Comments
 (0)