build: Quote jinja templating delimiters
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
423ecc2f95
commit
2110eb9e2c
@ -111,16 +111,16 @@ components:
|
|||||||
inCluster: true
|
inCluster: true
|
||||||
staticClients:
|
staticClients:
|
||||||
- id: pinniped-supervisor
|
- id: pinniped-supervisor
|
||||||
secret: {{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) }}
|
secret: "{{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) }}"
|
||||||
name: Pinniped Supervisor client
|
name: Pinniped Supervisor client
|
||||||
redirectURIs:
|
redirectURIs:
|
||||||
- https://auth.{{ vapp['metacluster.fqdn'] }}/callback
|
- https://auth.{{ vapp['metacluster.fqdn'] }}/callback
|
||||||
enablePasswordDB: true
|
enablePasswordDB: true
|
||||||
staticPasswords:
|
staticPasswords:
|
||||||
- email: admin@{{ vapp['metacluster.fqdn'] }}
|
- email: admin@{{ vapp['metacluster.fqdn'] }}
|
||||||
hash: {{ vapp['metacluster.password'] | password_hash('bcrypt') }}
|
hash: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
|
||||||
username: admin
|
username: admin
|
||||||
userID: {{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) | to_uuid }}
|
userID: "{{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) | to_uuid }}"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
|
Loading…
Reference in New Issue
Block a user