Commit ca8863ac authored by Frederic Hemberger's avatar Frederic Hemberger Committed by Reinhard Nägele

Use consistent whitespace in template placeholders (#1437)

Use consistent whitespace in template placeholders
parent 4a33e8b7
......@@ -25,7 +25,7 @@ spec:
secretKeyRef:
name: {{ template "fullname" . }}
key: token_secret
{{- if .Values.oauth.github.enabled}}
{{- if .Values.oauth.github.enabled }}
- name: GH_CLIENT_ID
valueFrom:
secretKeyRef:
......@@ -42,7 +42,7 @@ spec:
name: {{ template "fullname" . }}
key: gh_orgs
{{- end }}
{{- if .Values.oauth.heroku.enabled}}
{{- if .Values.oauth.heroku.enabled }}
- name: HEROKU_CLIENT_ID
valueFrom:
secretKeyRef:
......@@ -59,7 +59,7 @@ spec:
name: {{ template "fullname" . }}
key: he_orgs
{{- end }}
{{- if .Values.oauth.google.enabled}}
{{- if .Values.oauth.google.enabled }}
- name: GOOGLE_CLIENT_ID
valueFrom:
secretKeyRef:
......
......@@ -28,7 +28,7 @@ spec:
{{- range $key, $val := .Values.envVars }}
- name: {{ $key }}
value: {{ $val | quote }}
{{- end}}
{{- end }}
ports:
- containerPort: 9092
volumeMounts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment