chore: add prettier linting
This commit is contained in:
parent
9705ad745c
commit
41c51cdb74
23 changed files with 801 additions and 78 deletions
|
@ -7,17 +7,17 @@ templates:
|
|||
tests:
|
||||
- it: hostname using TPL
|
||||
set:
|
||||
global.giteaHostName: "gitea.example.com"
|
||||
global.giteaHostName: 'gitea.example.com'
|
||||
ingress.enabled: true
|
||||
ingress.hosts[0].host: "{{ .Values.global.giteaHostName }}"
|
||||
ingress.hosts[0].host: '{{ .Values.global.giteaHostName }}'
|
||||
ingress.tls:
|
||||
- secretName: gitea-tls
|
||||
hosts:
|
||||
- "{{ .Values.global.giteaHostName }}"
|
||||
- '{{ .Values.global.giteaHostName }}'
|
||||
asserts:
|
||||
- equal:
|
||||
path: spec.tls[0].hosts[0]
|
||||
value: "gitea.example.com"
|
||||
value: 'gitea.example.com'
|
||||
- equal:
|
||||
path: spec.rules[0].host
|
||||
value: "gitea.example.com"
|
||||
value: 'gitea.example.com'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue