Skip to content

Commit

Permalink
Merge pull request #14088 from travisn/helm-ec-pools
Browse files Browse the repository at this point in the history
helm: Use correct metadata and data ec block pool
  • Loading branch information
travisn committed Apr 18, 2024
2 parents 54f219d + bbfa4f2 commit f9b2097
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ provisioner: {{ $root.Values.operatorNamespace }}.rbd.csi.ceph.com
{{- end }}
parameters:
clusterID: {{ $ecblockpool.parameters.clusterID }}
dataPool: {{ $ecblockpool.name }}-metadata
pool: {{ $ecblockpool.name }}
pool: {{ $ecblockpool.name }}-metadata
dataPool: {{ $ecblockpool.name }}
imageFormat: "{{ $ecblockpool.parameters.imageFormat }}"
imageFeatures: {{ $ecblockpool.parameters.imageFeatures }}

Expand All @@ -58,4 +58,4 @@ parameters:
allowVolumeExpansion: {{ $ecblockpool.storageClass.allowVolumeExpansion }}
reclaimPolicy: {{ $ecblockpool.storageClass.reclaimPolicy }}
{{ end }}
{{ end }}
{{ end }}

0 comments on commit f9b2097

Please sign in to comment.