Converting assets to matchRegex

This commit is contained in:
212597596
2023-10-31 12:00:34 +02:00
parent f6cde62585
commit 57e8697d52

@ -15,11 +15,15 @@ tests:
hosts:
- "{{ .Values.global.giteaHostName }}"
asserts:
- equal:
path: stringData.server.DOMAIN
value: "gitea.example.com"
- matchRegex:
path: stringData.server
pattern: DOMAIN\: "gitea.example.com"
documentIndex: 0
- equal:
path: stringData.server.ROOT_URL
value: "https://gitea.example.com"
- matchRegex:
path: stringData.server
pattern: ROOT_URL\: "https://gitea.example.com"
documentIndex: 0
- matchRegex:
path: stringData.server
pattern: SSH_DOMAIN\: "gitea.example.com"
documentIndex: 0