diff --git a/deploy/templates/deployment.yaml b/deploy/templates/deployment.yaml index e9cd028..b5b5236 100644 --- a/deploy/templates/deployment.yaml +++ b/deploy/templates/deployment.yaml @@ -31,7 +31,7 @@ spec: automountServiceAccountToken: false {{- with .Values.image.pullSecrets }} imagePullSecrets: - {{ toYaml . | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} containers: - name: {{ .Chart.Name }} diff --git a/deploy/templates/ingress.yaml b/deploy/templates/ingress.yaml index cb2c3b5..678df2e 100644 --- a/deploy/templates/ingress.yaml +++ b/deploy/templates/ingress.yaml @@ -13,7 +13,6 @@ spec: - hosts: - {{ .Values.ingress.host | quote }} secretName: {{ .Release.Name }}-ingress-tls - rules: - host: {{ .Values.ingress.host | quote }} http: