Commit d641359c authored by Thorsten Roßner's avatar Thorsten Roßner
Browse files

fix(helmfile): Remove some YAML linter warnings.

parent fdb37c39
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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:
+2 −1
Original line number Diff line number Diff line
@@ -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.
+2 −2

File changed.

Contains only whitespace changes.