Fixed line ending in service.yaml
This commit is contained in:
parent
cceae27332
commit
5becfb5125
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ metadata:
|
|||
app.kubernetes.io/component: {{ .Values.dex.name }}
|
||||
{{- if .Values.dex.metrics.service.labels }}
|
||||
{{- toYaml .Values.dex.metrics.service.labels | nindent 4 }}
|
||||
{{- end }}spec:
|
||||
{{- end }}
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in a new issue