From afa7706f016ab7eab0808b7c31be2d022d3ecb7c Mon Sep 17 00:00:00 2001 From: Lukas Hoehl Date: Wed, 14 Aug 2024 14:22:26 +0200 Subject: [PATCH] log flags Signed-off-by: Lukas Hoehl --- .../yawol-controller/templates/yawol-cloud-controller.yaml | 2 +- charts/yawol-controller/templates/yawol-controller.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/yawol-controller/templates/yawol-cloud-controller.yaml b/charts/yawol-controller/templates/yawol-cloud-controller.yaml index 1a6565dc..b78f385d 100644 --- a/charts/yawol-controller/templates/yawol-cloud-controller.yaml +++ b/charts/yawol-controller/templates/yawol-cloud-controller.yaml @@ -44,7 +44,7 @@ spec: {{- if .Values.yawolClassName }} - -classname={{ .Values.yawolClassName }} {{- end }} - {{- include "logFlags" . | indent 10 }} + {{ include "logFlags" . | indent 10 }} env: {{- if .Values.namespace }} - name: CLUSTER_NAMESPACE diff --git a/charts/yawol-controller/templates/yawol-controller.yaml b/charts/yawol-controller/templates/yawol-controller.yaml index 0390c95b..bfcedcd8 100644 --- a/charts/yawol-controller/templates/yawol-controller.yaml +++ b/charts/yawol-controller/templates/yawol-controller.yaml @@ -46,7 +46,7 @@ spec: {{- if .Values.yawolController.errorBackoffMaxDelay }} - -error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }} {{- end }} - {{- include "logFlags" . | indent 10 }} + {{ include "logFlags" . | indent 10 }} env: {{- if .Values.namespace }} - name: CLUSTER_NAMESPACE @@ -81,7 +81,7 @@ spec: {{- if .Values.yawolController.errorBackoffMaxDelay }} - -error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }} {{- end }} - {{- include "logFlags" . | indent 10 }} + {{ include "logFlags" . | indent 10 }} env: {{- if .Values.namespace }} - name: CLUSTER_NAMESPACE @@ -122,7 +122,7 @@ spec: {{- if .Values.yawolController.errorBackoffMaxDelay }} - -error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }} {{- end }} - {{- include "logFlags" . | indent 10 }} + {{ include "logFlags" . | indent 10 }} env: {{- if .Values.namespace }} - name: CLUSTER_NAMESPACE