Skip to content

Commit 6335fe6

Browse files
Issue-573: Fixed Helm chart Indentation (#574)
1 parent ae65a87 commit 6335fe6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ spec:
152152
containerPort: {{ .Values.probes.httpGet.port }}
153153
{{- end }}
154154
{{- if .Values.enablePrometheusServer }}
155-
- name: http-metrics
156-
protocol: TCP
157-
containerPort: {{ .Values.prometheusServerPort }}
155+
- name: http-metrics
156+
protocol: TCP
157+
containerPort: {{ .Values.prometheusServerPort }}
158158
{{- end }}
159159
{{- end }}
160160
{{- if .Values.enableProbesServer }}

config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ spec:
151151
hostPort: {{ .Values.probes.httpGet.port }}
152152
{{- end }}
153153
{{- if .Values.enablePrometheusServer }}
154-
- name: http-metrics
155-
protocol: TCP
156-
containerPort: {{ .Values.prometheusServerPort }}
157-
hostPort: {{ .Values.prometheusServerPort }}
154+
- name: http-metrics
155+
protocol: TCP
156+
containerPort: {{ .Values.prometheusServerPort }}
157+
hostPort: {{ .Values.prometheusServerPort }}
158158
{{- end }}
159159
{{- end }}
160160
{{- if .Values.enableProbesServer }}

config/helm/aws-node-termination-handler/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ spec:
165165
protocol: TCP
166166
containerPort: {{ .Values.probes.httpGet.port }}
167167
{{- if .Values.enablePrometheusServer }}
168-
- name: http-metrics
169-
protocol: TCP
170-
containerPort: {{ .Values.prometheusServerPort }}
168+
- name: http-metrics
169+
protocol: TCP
170+
containerPort: {{ .Values.prometheusServerPort }}
171171
{{- end }}
172172
livenessProbe:
173173
{{- toYaml .Values.probes | nindent 12 }}

0 commit comments

Comments
 (0)