mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(ci): Add 'qa' cluster
This commit is contained in:
@@ -148,6 +148,8 @@ variables:
|
||||
export HELMFILE_ENVIRONMENT=default
|
||||
elif [ "${CLUSTER}" = "dev" ]; then
|
||||
export HELMFILE_ENVIRONMENT=ionos
|
||||
elif [ "${CLUSTER}" = "qa" ]; then
|
||||
export HELMFILE_ENVIRONMENT=ionos
|
||||
else
|
||||
echo "Unsupported cluster chosen: ${CLUSTER}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user