Skip to content

Commit

Permalink
Fix CCM RBAC and CSI chart helper (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Jan 23, 2024
1 parent 454999a commit eef069d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
Expand All @@ -10,7 +9,6 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: cloud-controller-manager
namespace: kube-system
{{- end }}
- kind: ServiceAccount
name: cloud-controller-manager
namespace: kube-system
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
enabled: true

0 comments on commit eef069d

Please sign in to comment.