Skip to content

Commit

Permalink
update[storage-charts-repackage]: add storage-charts-repackage enable…
Browse files Browse the repository at this point in the history
…HA update

Signed-off-by: jie.li <jie.li@daocloud.io>
  • Loading branch information
angel0507 committed Jan 10, 2023
1 parent 5f7479c commit 0a94e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hwameistor/hwameistor/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: {{ $storageclass.allowVolumeExpansion }}
reclaimPolicy: {{ $storageclass.reclaimPolicy }}
parameters:
{{- if eq $storageclass.enableHA "true" }}
{{- if $storageclass.enableHA }}
replicaNumber: "2"
{{- else }}
replicaNumber: "1"
Expand Down

0 comments on commit 0a94e70

Please sign in to comment.