We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0c9c8 + b503c3e commit 49d330bCopy full SHA for 49d330b
2 files changed
deploy/charts/ceph-csi-drivers/templates/driver.yaml
@@ -99,8 +99,8 @@ spec:
99
imagePullPolicy: {{ $driver.nodePlugin.imagePullPolicy }}
100
{{- end }}
101
{{- if $driver.nodePlugin.topology }}
102
- topology:
103
- domainLabels:
+ topology:
+ domainLabels:
104
{{ $driver.nodePlugin.topology.domainLabels | toYaml | nindent 8 }}
105
106
volumes:
deploy/charts/ceph-csi-drivers/templates/operatorConfig.yaml
@@ -102,8 +102,8 @@ spec:
imagePullPolicy: {{ $config.driverSpecDefaults.nodePlugin.imagePullPolicy }}
{{- if $config.driverSpecDefaults.nodePlugin.topology }}
107
{{ $config.driverSpecDefaults.nodePlugin.topology.domainLabels | toYaml | nindent 8 }}
108
109
0 commit comments