Skip to content

Commit

Permalink
Fix CCM CRB name
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Apr 22, 2022
1 parent 9c5a9bd commit f5b2c68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: extensions.gardener.cloud:{{ .Values.providerName }}:cloud-controller-manager
name: extensions.gardener.cloud:{{ .Values.global.providerName }}:cloud-controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
4 changes: 4 additions & 0 deletions charts/internal/shoot-system-components/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
global:
providerName: provider-ionos

useTokenRequestor: false
useProjectedTokenMount: false

cloud-controller-manager:
enabled: true

csi-driver-node:
enabled: false

0 comments on commit f5b2c68

Please sign in to comment.