From e18b2651e0184f305de5865dee9c472132080683 Mon Sep 17 00:00:00 2001 From: Devisetty99 Date: Thu, 3 Feb 2022 15:49:57 -0500 Subject: [PATCH] Issue-573: Fixed Helm chart Indentation --- .../templates/daemonset.linux.yaml | 6 +++--- .../templates/daemonset.windows.yaml | 8 ++++---- .../templates/deployment.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml b/config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml index 199879c3..9bbb053a 100644 --- a/config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml +++ b/config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml @@ -152,9 +152,9 @@ spec: containerPort: {{ .Values.probes.httpGet.port }} {{- end }} {{- if .Values.enablePrometheusServer }} - - name: http-metrics - protocol: TCP - containerPort: {{ .Values.prometheusServerPort }} + - name: http-metrics + protocol: TCP + containerPort: {{ .Values.prometheusServerPort }} {{- end }} {{- end }} {{- if .Values.enableProbesServer }} diff --git a/config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml b/config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml index ea7f8337..7f22ac04 100644 --- a/config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml +++ b/config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml @@ -151,10 +151,10 @@ spec: hostPort: {{ .Values.probes.httpGet.port }} {{- end }} {{- if .Values.enablePrometheusServer }} - - name: http-metrics - protocol: TCP - containerPort: {{ .Values.prometheusServerPort }} - hostPort: {{ .Values.prometheusServerPort }} + - name: http-metrics + protocol: TCP + containerPort: {{ .Values.prometheusServerPort }} + hostPort: {{ .Values.prometheusServerPort }} {{- end }} {{- end }} {{- if .Values.enableProbesServer }} diff --git a/config/helm/aws-node-termination-handler/templates/deployment.yaml b/config/helm/aws-node-termination-handler/templates/deployment.yaml index 38c10e98..65143c91 100644 --- a/config/helm/aws-node-termination-handler/templates/deployment.yaml +++ b/config/helm/aws-node-termination-handler/templates/deployment.yaml @@ -165,9 +165,9 @@ spec: protocol: TCP containerPort: {{ .Values.probes.httpGet.port }} {{- if .Values.enablePrometheusServer }} - - name: http-metrics - protocol: TCP - containerPort: {{ .Values.prometheusServerPort }} + - name: http-metrics + protocol: TCP + containerPort: {{ .Values.prometheusServerPort }} {{- end }} livenessProbe: {{- toYaml .Values.probes | nindent 12 }}