diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b88fbbb..9d1f3ed 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: git.jwetzell.com/jwetzell/ontime-operator - newTag: v0.0.3 + newTag: v0.0.5 diff --git a/helm-charts/stage/templates/ingress.yaml b/helm-charts/stage/templates/ingress.yaml index a6c2dfc..d474230 100644 --- a/helm-charts/stage/templates/ingress.yaml +++ b/helm-charts/stage/templates/ingress.yaml @@ -18,6 +18,6 @@ spec: name: {{ include "stage.fullname" $ }} port: number: {{ $.Values.service.port }} - {{- if .Values.ingress.hostname }} - host: {{ .Values.ingress.hostname | quote }} - {{- end }} + {{- if .Values.ingress.hostname }} + host: {{ .Values.ingress.hostname | quote }} + {{- end }}