Skip to content

Commit b503c3e

Browse files
fix bug in ceph-csi-drivers helm chart
fix topology bug in driver and operatorConfig files of the ceph-csi-drivers helm chart where topology section was defined with wrong indentation Signed-off-by: Kristina Devochko <krdev1715@met.no>
1 parent 48457f1 commit b503c3e

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)