mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(helmfile): Remove some YAML linter warnings.
This commit is contained in:
@@ -430,7 +430,10 @@ env-stop:
|
|||||||
.ums-default-password: &ums-default-password
|
.ums-default-password: &ums-default-password
|
||||||
- |
|
- |
|
||||||
DEFAULT_ADMINISTRATOR_PASSWORD=$(
|
DEFAULT_ADMINISTRATOR_PASSWORD=$(
|
||||||
kubectl -n ${NAMESPACE} get secret ums-nubus-credentials -o jsonpath='{.data.administrator_password}' | base64 -d \
|
kubectl \
|
||||||
|
-n ${NAMESPACE} \
|
||||||
|
get secret ums-nubus-credentials \
|
||||||
|
-o jsonpath='{.data.administrator_password}' | base64 -d \
|
||||||
)
|
)
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
|
|||||||
@@ -13,7 +13,8 @@ replicas:
|
|||||||
# -- comment: clamav-distributed - requires `ReadWriteMany` PVCs.
|
# -- comment: clamav-distributed - requires `ReadWriteMany` PVCs.
|
||||||
clamd: 1
|
clamd: 1
|
||||||
# -- scalable: true
|
# -- scalable: true
|
||||||
# -- comment: clamav-distributed - You do not want to scale this service, as it just updates the signature files centrally an should be a singleton.
|
# -- comment: clamav-distributed - You do not want to scale this service, as it just updates the signature files
|
||||||
|
# centrally an should be a singleton.
|
||||||
freshclam: 1
|
freshclam: 1
|
||||||
# -- scalable: true
|
# -- scalable: true
|
||||||
# -- comment: clamav-distributed - requires `ReadWriteMany` PVCs.
|
# -- comment: clamav-distributed - requires `ReadWriteMany` PVCs.
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ seLinuxOptions:
|
|||||||
prosody: ~
|
prosody: ~
|
||||||
redis: ~
|
redis: ~
|
||||||
synapse: ~
|
synapse: ~
|
||||||
synapseCreateUser : ~
|
synapseCreateUser: ~
|
||||||
synapseGuestModule : ~
|
synapseGuestModule: ~
|
||||||
synapseWeb: ~
|
synapseWeb: ~
|
||||||
umsGuardianAuthorizationApi: ~
|
umsGuardianAuthorizationApi: ~
|
||||||
umsGuardianManagementApi: ~
|
umsGuardianManagementApi: ~
|
||||||
|
|||||||
Reference in New Issue
Block a user