Skip to content

Commit f1dad2b

Browse files
rvandernoortrpahli
andauthored
[prometheus-stackdriver-exporter] fix indentation for extracontainers that made YAML invalid (#6245)
Signed-off-by: rvandernoort <[email protected]> Co-authored-by: Rico Pahlisch <[email protected]>
1 parent ec632de commit f1dad2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/prometheus-stackdriver-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Stackdriver exporter for Prometheus
33
name: prometheus-stackdriver-exporter
4-
version: 4.12.1
4+
version: 4.12.2
55
appVersion: v0.18.0
66
home: https://www.stackdriver.com/
77
sources:

charts/prometheus-stackdriver-exporter/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ spec:
150150
{{- toYaml .Values.containerSecurityContext | nindent 12 }}
151151
{{- end }}
152152
{{- with .Values.extraContainers }}
153-
{{- toYaml . | nindent 6 }}
153+
{{- toYaml . | nindent 8 }}
154154
{{- end }}
155155
{{- if .Values.nodeSelector }}
156156
nodeSelector:

0 commit comments

Comments
 (0)