Merge pull request #2067 from abelperezok/patch-1

Correction to global ha configuration using yaml
This commit is contained in:
greenie-msft 2021-12-30 15:26:23 -08:00 committed by GitHub
commit 06c525f3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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