mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
chore(helmfile): Fix YAML linter warnings
This commit is contained in:
@@ -57,9 +57,10 @@ variables:
|
|||||||
description: "The name of namespaces to deploy to."
|
description: "The name of namespaces to deploy to."
|
||||||
value: ""
|
value: ""
|
||||||
CLUSTER:
|
CLUSTER:
|
||||||
description: "Which cluster to use. Cluster must be defined in `gitlab/environments.yaml` of the
|
description: >
|
||||||
|
Which cluster to use. Cluster must be defined in `gitlab/environments.yaml` of the
|
||||||
repo that is included above using the env var `PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG`:
|
repo that is included above using the env var `PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG`:
|
||||||
${PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG}"
|
${PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG}
|
||||||
value: "dev"
|
value: "dev"
|
||||||
MASTER_PASSWORD_WEB_VAR:
|
MASTER_PASSWORD_WEB_VAR:
|
||||||
description: >
|
description: >
|
||||||
@@ -73,14 +74,17 @@ variables:
|
|||||||
- "yes"
|
- "yes"
|
||||||
- "no"
|
- "no"
|
||||||
DEBUG_ENABLED:
|
DEBUG_ENABLED:
|
||||||
description: "Allows to set `debug.enabled` to true for a deployment, needs to be supported by stage specific\
|
description: >
|
||||||
configuration containing: `debug.enabled: {{ env \"DEBUG_ENABLED\" | default false }}`"
|
Allows to set `debug.enabled` to true for a deployment, needs to be supported by stage specific
|
||||||
|
configuration containing: `debug.enabled: {{ env "DEBUG_ENABLED" | default false }}`
|
||||||
value: "no"
|
value: "no"
|
||||||
options:
|
options:
|
||||||
- "yes"
|
- "yes"
|
||||||
- "no"
|
- "no"
|
||||||
OPENDESK_ENTERPRISE:
|
OPENDESK_ENTERPRISE:
|
||||||
description: "Set to `true` if you want to deploy openDesk EE (but be sure you provide the required EE keys/tokens for the application)"
|
description: >
|
||||||
|
Set to `true` if you want to deploy openDesk EE (but be sure you provide the required EE keys/tokens
|
||||||
|
for the application)
|
||||||
value: "false"
|
value: "false"
|
||||||
options:
|
options:
|
||||||
- "true"
|
- "true"
|
||||||
@@ -158,8 +162,9 @@ variables:
|
|||||||
- "yes"
|
- "yes"
|
||||||
- "no"
|
- "no"
|
||||||
CREATE_DEFAULT_ACCOUNTS:
|
CREATE_DEFAULT_ACCOUNTS:
|
||||||
description: "Creates `default` and `default-admin` in the instance using the password defined as CI variable
|
description: >
|
||||||
`DEFAULT_ACCOUNTS_PASSWORD`."
|
Creates `default` and `default-admin` in the instance using the password defined as CI variable
|
||||||
|
`DEFAULT_ACCOUNTS_PASSWORD`.
|
||||||
value: "no"
|
value: "no"
|
||||||
options:
|
options:
|
||||||
- "yes"
|
- "yes"
|
||||||
@@ -186,7 +191,9 @@ variables:
|
|||||||
description: "Branch of E2E-tests on which the test pipeline is triggered"
|
description: "Branch of E2E-tests on which the test pipeline is triggered"
|
||||||
value: "develop"
|
value: "develop"
|
||||||
TESTS_TESTSET:
|
TESTS_TESTSET:
|
||||||
description: "Selects test set for E2E-tests (Regression, Smoke or Nightly), name multiple comma separated to trigger the sets in one launch, use semikolon to trigger the sets in different launches."
|
description: >
|
||||||
|
Selects test set for E2E-tests (Regression, Smoke or Nightly), name multiple comma separated to trigger the
|
||||||
|
sets in one launch, use semikolon to trigger the sets in different launches.
|
||||||
value: "Smoke"
|
value: "Smoke"
|
||||||
TESTS_BROWSER:
|
TESTS_BROWSER:
|
||||||
description: "Select the browser (engine) to use for the test run."
|
description: "Select the browser (engine) to use for the test run."
|
||||||
@@ -196,8 +203,9 @@ variables:
|
|||||||
- "webkit"
|
- "webkit"
|
||||||
- "firefox"
|
- "firefox"
|
||||||
TESTS_GRACE_PERIOD:
|
TESTS_GRACE_PERIOD:
|
||||||
description: "A new deployment sometimes needs a few minutes to sort itself. If tested too early tests may fail.
|
description: >
|
||||||
GRACE_PERIOD is the period in seconds that should be waited before running the tests."
|
A new deployment sometimes needs a few minutes to sort itself. If tested too early tests may fail. Here you
|
||||||
|
can set the time in seconds that should be waited before running the tests.
|
||||||
value: "0"
|
value: "0"
|
||||||
TESTS_NUMBER_OF_THREADS:
|
TESTS_NUMBER_OF_THREADS:
|
||||||
description: "How many threads are used for executing the tests in parallel?"
|
description: "How many threads are used for executing the tests in parallel?"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# SPDX-FileCopyrightText: 2024-2025 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
# SPDX-FileCopyrightText: 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
||||||
|
# SPDX-FileCopyrightText: 2024 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user