Avoid invalid yaml w/ jinja syntax
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
369aaaa0b5
commit
9458f49744
@ -26,7 +26,7 @@ components:
|
|||||||
defaultReplicaCount: 1
|
defaultReplicaCount: 1
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
host: {% raw %}storage.{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
host: storage.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||||
persistence:
|
persistence:
|
||||||
defaultClassReplicaCount: 1
|
defaultClassReplicaCount: 1
|
||||||
|
|
||||||
@ -39,9 +39,9 @@ components:
|
|||||||
expose:
|
expose:
|
||||||
ingress:
|
ingress:
|
||||||
hosts:
|
hosts:
|
||||||
core: registry.{{ vapp['metacluster.fqdn'] }}
|
core: registry.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||||
externalURL: https://registry.{{ vapp['metacluster.fqdn'] }}
|
externalURL: https://registry.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||||
harborAdminPassword: "{{ vapp['guestinfo.rootpw'] }}"
|
harborAdminPassword: "{% raw %}{{ vapp['guestinfo.rootpw'] }}{% endraw %}"
|
||||||
notary:
|
notary:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
@ -54,13 +54,13 @@ components:
|
|||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
username: administrator
|
username: administrator
|
||||||
password: "{{ vapp['guestinfo.rootpw'] }}"
|
password: "{% raw %}{{ vapp['guestinfo.rootpw'] }}{% endraw %}"
|
||||||
email: admin@{{ vapp['metacluster.fqdn'] }}
|
email: admin@{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
ingress:
|
ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- host: git.{{ vapp['metacluster.fqdn'] }}
|
- host: git.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
Loading…
Reference in New Issue
Block a user