fix(ci): Add 'qa' cluster

This commit is contained in:
Dominik Kaminski
2023-07-24 18:15:31 +02:00
parent ef1cb75d45
commit 43e94f8018

View File

@@ -148,6 +148,8 @@ variables:
export HELMFILE_ENVIRONMENT=default export HELMFILE_ENVIRONMENT=default
elif [ "${CLUSTER}" = "dev" ]; then elif [ "${CLUSTER}" = "dev" ]; then
export HELMFILE_ENVIRONMENT=ionos export HELMFILE_ENVIRONMENT=ionos
elif [ "${CLUSTER}" = "qa" ]; then
export HELMFILE_ENVIRONMENT=ionos
else else
echo "Unsupported cluster chosen: ${CLUSTER}" echo "Unsupported cluster chosen: ${CLUSTER}"
exit 1 exit 1