From e5c1305c8d07926682c199d12281c1e5d7aa0c94 Mon Sep 17 00:00:00 2001 From: "Nazarko, Marek" Date: Wed, 18 Dec 2024 18:26:12 +0100 Subject: [PATCH] FIX: syntax --- cluster/apps/kube-system/metallb/config/helm-release.yaml | 2 +- cluster/apps/monitoring/kube-prometheus-stack/helmrelease.yaml | 2 +- cluster/apps/networking/mail/helm-release.yaml | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cluster/apps/kube-system/metallb/config/helm-release.yaml b/cluster/apps/kube-system/metallb/config/helm-release.yaml index b8ee21064..32c7840fd 100644 --- a/cluster/apps/kube-system/metallb/config/helm-release.yaml +++ b/cluster/apps/kube-system/metallb/config/helm-release.yaml @@ -42,4 +42,4 @@ spec: namespace: kube-system spec: addresses: - - "${METALLB_LB_RANGE}" \ No newline at end of file + - "${METALLB_LB_RANGE}" diff --git a/cluster/apps/monitoring/kube-prometheus-stack/helmrelease.yaml b/cluster/apps/monitoring/kube-prometheus-stack/helmrelease.yaml index 79e1e2bcd..83a668d35 100644 --- a/cluster/apps/monitoring/kube-prometheus-stack/helmrelease.yaml +++ b/cluster/apps/monitoring/kube-prometheus-stack/helmrelease.yaml @@ -104,7 +104,7 @@ spec: volumeClaimTemplate: spec: storageClassName: prometheus-omv - accessModes: [ "ReadWriteOnce" ] + accessModes: ["ReadWriteOnce"] resources: requests: storage: 50Gi diff --git a/cluster/apps/networking/mail/helm-release.yaml b/cluster/apps/networking/mail/helm-release.yaml index 01c520dd5..7ae75144f 100644 --- a/cluster/apps/networking/mail/helm-release.yaml +++ b/cluster/apps/networking/mail/helm-release.yaml @@ -49,6 +49,3 @@ spec: tls: - hosts: - "mailhog.${SECRET_DOMAIN}" - # - secretName: chart-example-tls - # hosts: - # - chart-example.local