Skip to content

Commit cd02141

Browse files
committed
fix: Incorrect SA name in auth-delegate clusterRoleBiding
1 parent 31fbaa4 commit cd02141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/openstack-cloud-controller-manager/templates/clusterrolebinding-sm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
{{- end }}
1111
subjects:
1212
- kind: User
13-
name: system:serviceaccount:{{ .Release.Namespace }}:{{ include "occm.name" . }}
13+
name: system:serviceaccount:{{ .Release.Namespace }}:{{ .Values.serviceAccountName }}
1414
apiGroup: rbac.authorization.k8s.io
1515
roleRef:
1616
kind: ClusterRole

0 commit comments

Comments
 (0)