Skip to content

Commit 1afb11a

Browse files
committed
Fix indentation in alpha config
1 parent 74e598d commit 1afb11a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm/oauth2-proxy/templates/_helpers.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,20 +137,20 @@ Workaround for EKS https://github.com/aws/eks-distro/issues/1128
137137
server:
138138
BindAddress: '0.0.0.0:4180'
139139
{{- if .Values.alphaConfig.serverConfigData }}
140-
{{- toYaml .Values.alphaConfig.serverConfigData | nindent 6 }}
140+
{{- toYaml .Values.alphaConfig.serverConfigData | nindent 2 }}
141141
{{- end }}
142142
{{- if .Values.metrics.enabled }}
143143
metricsServer:
144144
BindAddress: '0.0.0.0:44180'
145145
{{- if .Values.alphaConfig.metricsConfigData }}
146-
{{- toYaml .Values.alphaConfig.metricsConfigData | nindent 6 }}
146+
{{- toYaml .Values.alphaConfig.metricsConfigData | nindent 2 }}
147147
{{- end }}
148148
{{- end }}
149149
{{- if .Values.alphaConfig.configData }}
150-
{{- toYaml .Values.alphaConfig.configData | nindent 4 }}
150+
{{- toYaml .Values.alphaConfig.configData | nindent 0 }}
151151
{{- end }}
152152
{{- if .Values.alphaConfig.configFile }}
153-
{{- tpl .Values.alphaConfig.configFile $ | nindent 4 }}
153+
{{- tpl .Values.alphaConfig.configFile $ | nindent 0 }}
154154
{{- end }}
155155
{{- end -}}
156156

0 commit comments

Comments
 (0)