We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8515be + 77375a9 commit cfcff89Copy full SHA for cfcff89
scripts/cm-helpers/pp-cm-helper.sh
@@ -40,6 +40,7 @@ done
40
41
# Expected Configuration Keys
42
common_vars=("CLOUD_PROVIDER" "VXLAN_PORT" "PROXY_TIMEOUT" "DISABLECVM")
43
+[[ "${DISABLECVM}" == "false" ]] && common_vars+=("INITDATA")
44
45
aws_vars=("PODVM_INSTANCE_TYPE" "PODVM_INSTANCE_TYPES" "AWS_REGION" "AWS_SUBNET_ID" "AWS_VPC_ID" "AWS_SG_IDS")
46
aws_optional=("PODVM_AMI_ID")
0 commit comments