Skip to content

Commit 49d330b

Browse files
authored
Merge pull request #506 from guidemetothemoon/main
helm: fix bug with topology section in ceph-csi-drivers helm chart
2 parents 4f0c9c8 + b503c3e commit 49d330b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

deploy/charts/ceph-csi-drivers/templates/driver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ spec:
9999
imagePullPolicy: {{ $driver.nodePlugin.imagePullPolicy }}
100100
{{- end }}
101101
{{- if $driver.nodePlugin.topology }}
102-
topology:
103-
domainLabels:
102+
topology:
103+
domainLabels:
104104
{{ $driver.nodePlugin.topology.domainLabels | toYaml | nindent 8 }}
105105
{{- end }}
106106
volumes:

deploy/charts/ceph-csi-drivers/templates/operatorConfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ spec:
102102
imagePullPolicy: {{ $config.driverSpecDefaults.nodePlugin.imagePullPolicy }}
103103
{{- end }}
104104
{{- if $config.driverSpecDefaults.nodePlugin.topology }}
105-
topology:
106-
domainLabels:
105+
topology:
106+
domainLabels:
107107
{{ $config.driverSpecDefaults.nodePlugin.topology.domainLabels | toYaml | nindent 8 }}
108108
{{- end }}
109109
volumes:

0 commit comments

Comments
 (0)