Change syntax wrt raw jinja strings #3
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a2b20f49cc
commit
241551169a
@ -1 +1,2 @@
|
||||
metacluster:
|
||||
components:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user