Skip to content

Commit

Permalink
Merge pull request #51 from DaoCloud/feature
Browse files Browse the repository at this point in the history
update[storage-charts-repackage]: add storage-charts-repackage enableHA update
  • Loading branch information
angel0507 authored Jan 10, 2023
2 parents 4ee701c + 0a94e70 commit bea093c
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 bea093c

Please sign in to comment.