mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
chore: troubleshoot
This commit is contained in:
@@ -17,7 +17,7 @@ include:
|
||||
- local: "/.gitlab/lint/lint-reuse.yml"
|
||||
- project: "${PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG}"
|
||||
file: "gitlab/environments.yaml"
|
||||
ref: "main"
|
||||
ref: "gaberb1/ci-od-customization"
|
||||
- local: "/.gitlab/lint/lint-opendesk.yml"
|
||||
rules:
|
||||
- if: >
|
||||
@@ -246,7 +246,7 @@ variables:
|
||||
image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/helm:${HELM_IMAGE_PIN}"
|
||||
script:
|
||||
- "cd ${CI_PROJECT_DIR}/helmfile/apps/${COMPONENT}"
|
||||
# MASTER_PASSWORD_WEB_VAR as precedence for MASTER_PASSWORD
|
||||
# MASTER_PASSWORD_WEB_VAR has precedence for MASTER_PASSWORD
|
||||
- |
|
||||
if ! [ -z "${MASTER_PASSWORD_WEB_VAR}" ]; then
|
||||
export MASTER_PASSWORD="${MASTER_PASSWORD_WEB_VAR}"
|
||||
@@ -293,6 +293,7 @@ db-cleanup:
|
||||
;;
|
||||
esac
|
||||
- |
|
||||
# TODO: Adjust this when the CI improvement ist complete
|
||||
export FILES=(
|
||||
"${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl"
|
||||
"${CI_PROJECT_DIR}/helmfile/environments/dev/values.yaml.gotmpl"
|
||||
|
||||
Reference in New Issue
Block a user