Skip to content

Commit

Permalink
Fix intention error in "seed-controlplane" Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Feb 18, 2022
1 parent eff1d06 commit 157e864
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- name: ionos-csi-controller
image: {{ index .Values.images "csi-driver-controller" }}
env:
- name: KUBECONFIG
- name: KUBECONFIG
{{- if .Values.global.useTokenRequestor }}
value: /var/run/secrets/gardener.cloud/shoot/generic-kubeconfig/kubeconfig
{{- else }}
Expand All @@ -131,16 +131,16 @@ spec:
{{ toYaml .Values.resources.controller | indent 12 }}
{{- end }}
volumeMounts:
- mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir
- name: ionos-csi-controller
mountPath: /var/lib/ionos-csi-controller
- mountPath: /etc/ie-csi
name: ie-csi-dir
readOnly: true
- mountPath: /etc/ie-csi/clouds
name: clouds-dir
readOnly: true
- mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir
- name: ionos-csi-controller
mountPath: /var/lib/ionos-csi-controller
- mountPath: /etc/ie-csi
name: ie-csi-dir
readOnly: true
- mountPath: /etc/ie-csi/clouds
name: clouds-dir
readOnly: true
- name: csi-provisioner
image: {{ index .Values.images "csi-provisioner" }}
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
name: ionos-cloud-controller-manager
command: [ "/app/ionos-ccm" ]
args:
- --cloud-provider=ionos
- --cloud-provider=ionos
{{- include "cloud-controller-manager.featureGates" . | trimSuffix "," | indent 8 }}
{{- if .Values.global.useTokenRequestor }}
- --kubeconfig=/var/run/secrets/gardener.cloud/shoot/generic-kubeconfig/kubeconfig
Expand Down

0 comments on commit 157e864

Please sign in to comment.