Correcting lint errors in ingress-configuration.yaml

This commit is contained in:
Ceddaerrix 2023-09-19 11:30:06 +00:00
parent b143e50567
commit 1de07a6c48

View file

@ -6,11 +6,11 @@ templates:
- templates/gitea/ingress.yaml
tests:
- it: hostname using TPL
set:
set:
global.giteaHostName: "gitea.example.com"
ingress.enabled: true
ingress.hosts[0].host: "{{ .Values.global.giteaHostName }}"
ingress.tls:
ingress.tls:
- secretName: gitea-tls
hosts:
- "{{ .Values.global.giteaHostName }}"
@ -20,4 +20,4 @@ tests:
value: "gitea.example.com"
- equal:
path: spec.rules[0].host
value: "gitea.example.com"
value: "gitea.example.com"