Skip to content

Commit 4e8f4ac

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.33.0
7+
version: 2.33.1
88
maintainers:
99
- name: eumel8
1010

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)