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:
|
components:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user