mirror of https://github.com/dapr/docs.git
Merge pull request #2067 from abelperezok/patch-1
Correction to global ha configuration using yaml
This commit is contained in:
commit
06c525f3a8
|
@ -87,8 +87,9 @@ helm search repo dapr --devel --versions
|
||||||
# create a values file to store variables
|
# create a values file to store variables
|
||||||
touch values.yml
|
touch values.yml
|
||||||
cat << EOF >> values.yml
|
cat << EOF >> values.yml
|
||||||
global.ha.enabled: true
|
global:
|
||||||
|
ha:
|
||||||
|
enabled: true
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# run install/upgrade
|
# run install/upgrade
|
||||||
|
|
Loading…
Reference in New Issue