Honor the CLOUD_PROVIDER_FLAG flag.

We were not passing the flag from deploying machine to the machine
being deployed to. Now passing the flag.
This commit is contained in:
Walter Fender 2022-09-23 19:03:01 -07:00
parent 8f269d6df2
commit 56eb2bcff4

View File

@ -1263,6 +1263,11 @@ EOF
if [ -n "${DOCKER_LOG_MAX_FILE:-}" ]; then
cat >>"$file" <<EOF
DOCKER_LOG_MAX_FILE: $(yaml-quote "${DOCKER_LOG_MAX_FILE}")
EOF
fi
if [ -n "${CLOUD_PROVIDER_FLAG:-}" ]; then
cat >>"$file" <<EOF
CLOUD_PROVIDER_FLAG: $(yaml-quote "${CLOUD_PROVIDER_FLAG}")
EOF
fi
if [ -n "${FEATURE_GATES:-}" ]; then