Change syntax wrt raw jinja strings #3
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-07-04 15:34:52 +02:00
parent a2b20f49cc
commit 241551169a
2 changed files with 9 additions and 8 deletions

View File

@ -1 +1,2 @@
components:
metacluster:
components:

View File

@ -26,7 +26,7 @@ components:
defaultReplicaCount: 1
ingress:
enabled: true
host: storage.{{ '{{' }} vapp['metacluster.fqdn'] {{ '}}' }}
host: storage.\{\{ vapp['metacluster.fqdn'] \}\}
persistence:
defaultClassReplicaCount: 1
@ -39,9 +39,9 @@ components:
expose:
ingress:
hosts:
core: registry.{{ '{{' }} vapp['metacluster.fqdn'] {{ '}}' }}
externalURL: https://registry.{{ '{{' }} vapp['metacluster.fqdn'] {{ '}}' }}
harborAdminPassword: "{{ '{{' }} vapp['guestinfo.rootpw'] {{ '}}' }}"
core: registry.\{\{ vapp['metacluster.fqdn'] \}\}
externalURL: https://registry.\{\{ vapp['metacluster.fqdn'] \}\}
harborAdminPassword: "\{\{ vapp['guestinfo.rootpw'] \}\}"
notary:
enabled: false
@ -54,14 +54,14 @@ components:
gitea:
admin:
username: administrator
password: "{{ '{{' }} vapp['guestinfo.rootpw'] {{ '}}' }}"
email: admin@{{ '{{' }} vapp['metacluster.fqdn'] {{ '}}' }}
password: "\{\{ vapp['guestinfo.rootpw'] \}\}"
email: admin@\{\{ vapp['metacluster.fqdn'] \}\}
image:
pullPolicy: IfNotPresent
ingress:
enabled: true
hosts:
- host: git.{{ '{{' }} vapp['metacluster.fqdn'] {{ '}}' }}
- host: git.\{\{ vapp['metacluster.fqdn'] \}\}
paths:
- path: /
pathType: Prefix