fix: Generate and store kubeconfig in repository
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -117,9 +117,9 @@ components:
|
||||
- https://auth.{{ vapp['metacluster.fqdn'] }}/sso/callback
|
||||
enablePasswordDB: true
|
||||
staticPasswords:
|
||||
- email: admin@{{ vapp['metacluster.fqdn'] }}
|
||||
- email: user@{{ vapp['metacluster.fqdn'] }}
|
||||
hash: "{{ vapp['metacluster.password'] | password_hash('bcrypt') }}"
|
||||
username: admin
|
||||
username: user
|
||||
userID: "{{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['metacluster.fqdn']) | to_uuid }}"
|
||||
ingress:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user