From d641359c29c81c774880196febaf4e979b98e5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Mon, 7 Oct 2024 13:34:24 +0200 Subject: [PATCH] fix(helmfile): Remove some YAML linter warnings. --- .gitlab-ci.yml | 5 ++++- helmfile/environments/default/replicas.yaml | 3 ++- helmfile/environments/default/selinux.yaml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebda80ad..3b8cf023 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -430,7 +430,10 @@ env-stop: .ums-default-password: &ums-default-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: diff --git a/helmfile/environments/default/replicas.yaml b/helmfile/environments/default/replicas.yaml index de9c783d..04c6e05e 100644 --- a/helmfile/environments/default/replicas.yaml +++ b/helmfile/environments/default/replicas.yaml @@ -13,7 +13,8 @@ replicas: # -- comment: clamav-distributed - requires `ReadWriteMany` PVCs. clamd: 1 # -- 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 # -- scalable: true # -- comment: clamav-distributed - requires `ReadWriteMany` PVCs. diff --git a/helmfile/environments/default/selinux.yaml b/helmfile/environments/default/selinux.yaml index ed99de3b..11c40566 100644 --- a/helmfile/environments/default/selinux.yaml +++ b/helmfile/environments/default/selinux.yaml @@ -59,8 +59,8 @@ seLinuxOptions: prosody: ~ redis: ~ synapse: ~ - synapseCreateUser : ~ - synapseGuestModule : ~ + synapseCreateUser: ~ + synapseGuestModule: ~ synapseWeb: ~ umsGuardianAuthorizationApi: ~ umsGuardianManagementApi: ~