fix: typo
This commit is contained in:
parent
1cf5f91f49
commit
6f85e334fb
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "chart.fullname" . }}
|
||||
labels: {{ - include "chart.labels" . | nindent 4 }}
|
||||
labels: {{- include "chart.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
@ -10,4 +10,4 @@ spec:
|
|||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector: {{ - include "chart.selectorLabels" . | nindent 4 }}
|
||||
selector: {{- include "chart.selectorLabels" . | nindent 4 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user