actually fix indenting
This commit is contained in:
@@ -5,4 +5,4 @@ kind: Kustomization
|
|||||||
images:
|
images:
|
||||||
- name: controller
|
- name: controller
|
||||||
newName: git.jwetzell.com/jwetzell/ontime-operator
|
newName: git.jwetzell.com/jwetzell/ontime-operator
|
||||||
newTag: v0.0.5
|
newTag: v0.0.6
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ spec:
|
|||||||
name: {{ include "stage.fullname" $ }}
|
name: {{ include "stage.fullname" $ }}
|
||||||
port:
|
port:
|
||||||
number: {{ $.Values.service.port }}
|
number: {{ $.Values.service.port }}
|
||||||
{{- if .Values.ingress.hostname }}
|
{{- if .Values.ingress.hostname }}
|
||||||
host: {{ .Values.ingress.hostname | quote }}
|
host: {{ .Values.ingress.hostname | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user