actually fix indenting

This commit is contained in:
2025-10-26 14:27:32 -05:00
parent 654f052114
commit d5c496c915
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 }}