Merge "init_site.sh: sed in managementConfiguration" into v2.0

This commit is contained in:
Zuul 2021-04-14 17:25:20 +00:00 committed by Gerrit Code Review
commit 84eae065b3
1 changed files with 3 additions and 0 deletions

View File

@ -103,3 +103,6 @@ airshipctl config set-manifest "${SITE}" \
airshipctl config set-context ephemeral-cluster --manifest "${SITE}"
airshipctl config set-context target-cluster --manifest "${SITE}"
airshipctl config use-context ephemeral-cluster
# TODO: use airshipctl for this once `airshipctl config` supports it
sed -i "s|^ managementConfiguration:.*| managementConfiguration: default|g" ~/.airship/config