File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
helm/oauth2-proxy/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,20 +137,20 @@ Workaround for EKS https://github.com/aws/eks-distro/issues/1128
137137server:
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 } }
143143metricsServer:
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
You can’t perform that action at this time.
0 commit comments