1
0
Fork 0

style(deploy): delete empty lines in yaml

This commit is contained in:
Vojtěch Mareš 2024-06-27 20:58:49 +02:00
parent e0505665ca
commit d04359aa58
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,7 @@ spec:
automountServiceAccountToken: false
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{ toYaml . | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}

View file

@ -13,7 +13,6 @@ spec:
- hosts:
- {{ .Values.ingress.host | quote }}
secretName: {{ .Release.Name }}-ingress-tls
rules:
- host: {{ .Values.ingress.host | quote }}
http: