mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(ci): Add 'qa' cluster
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user