fix: Prevent parsing of list keys
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:
@ -260,9 +260,9 @@ components:
|
||||
version: v0.27.0
|
||||
users:
|
||||
- username: metauser
|
||||
password: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
|
||||
password: !unsafe "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
|
||||
- username: metaguest
|
||||
password: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
|
||||
password: !unsafe "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
|
||||
|
||||
step-certificates:
|
||||
helm:
|
||||
|
Reference in New Issue
Block a user