mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-09 08:48:34 +01:00
chore(ci): Fix yaml linting issues
This commit is contained in:
@@ -266,9 +266,9 @@ db-cleanup:
|
|||||||
$FLUSH_EXTERNAL_SERVICES_BEFORE != "no"
|
$FLUSH_EXTERNAL_SERVICES_BEFORE != "no"
|
||||||
when: "on_success"
|
when: "on_success"
|
||||||
script:
|
script:
|
||||||
- export FILES="(${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl \
|
# yamllint disable-line rule:line-length rule:quoted-strings
|
||||||
${CI_PROJECT_DIR}/helmfile/environments/dev/write-over-values-for-environment.yaml.gotmpl)"
|
- export FILES=(${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl ${CI_PROJECT_DIR}/helmfile/environments/dev/write-over-values-for-environment.yaml.gotmpl)
|
||||||
# Cleanup MariaDB
|
# Cleanup .MariaDB
|
||||||
- |
|
- |
|
||||||
export DATABASES="oxAppSuite"
|
export DATABASES="oxAppSuite"
|
||||||
export MARIADB_HOST=""
|
export MARIADB_HOST=""
|
||||||
|
|||||||
@@ -828,6 +828,7 @@ nubusLdapServer:
|
|||||||
replicaCountPrimary: {{ .Values.replicas.umsLdapServerPrimary }}
|
replicaCountPrimary: {{ .Values.replicas.umsLdapServerPrimary }}
|
||||||
replicaCountSecondary: {{ .Values.replicas.umsLdapServerSecondary }}
|
replicaCountSecondary: {{ .Values.replicas.umsLdapServerSecondary }}
|
||||||
replicaCountProxy: {{ .Values.replicas.umsLdapServerProxy }}
|
replicaCountProxy: {{ .Values.replicas.umsLdapServerProxy }}
|
||||||
|
resources: {{ .Values.resources.umsLdapServer | toYaml | nindent 4 }}
|
||||||
resourcesPrimary: {{ .Values.resources.umsLdapServer | toYaml | nindent 4 }}
|
resourcesPrimary: {{ .Values.resources.umsLdapServer | toYaml | nindent 4 }}
|
||||||
resourcesSecondary: {{ .Values.resources.umsLdapServer | toYaml | nindent 4 }}
|
resourcesSecondary: {{ .Values.resources.umsLdapServer | toYaml | nindent 4 }}
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
|
|||||||
Reference in New Issue
Block a user