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: ...@@ -25,7 +25,7 @@ spec:
secretKeyRef: secretKeyRef:
name: {{ template "fullname" . }} name: {{ template "fullname" . }}
key: token_secret key: token_secret
{{- if .Values.oauth.github.enabled}} {{- if .Values.oauth.github.enabled }}
- name: GH_CLIENT_ID - name: GH_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
...@@ -42,7 +42,7 @@ spec: ...@@ -42,7 +42,7 @@ spec:
name: {{ template "fullname" . }} name: {{ template "fullname" . }}
key: gh_orgs key: gh_orgs
{{- end }} {{- end }}
{{- if .Values.oauth.heroku.enabled}} {{- if .Values.oauth.heroku.enabled }}
- name: HEROKU_CLIENT_ID - name: HEROKU_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
...@@ -59,7 +59,7 @@ spec: ...@@ -59,7 +59,7 @@ spec:
name: {{ template "fullname" . }} name: {{ template "fullname" . }}
key: he_orgs key: he_orgs
{{- end }} {{- end }}
{{- if .Values.oauth.google.enabled}} {{- if .Values.oauth.google.enabled }}
- name: GOOGLE_CLIENT_ID - name: GOOGLE_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -28,7 +28,7 @@ spec: ...@@ -28,7 +28,7 @@ spec:
{{- range $key, $val := .Values.envVars }} {{- range $key, $val := .Values.envVars }}
- name: {{ $key }} - name: {{ $key }}
value: {{ $val | quote }} value: {{ $val | quote }}
{{- end}} {{- end }}
ports: ports:
- containerPort: 9092 - containerPort: 9092
volumeMounts: 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