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