fix: Generate and store kubeconfig in repository
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-24 18:24:24 +02:00
parent 4c1f1fce5e
commit 32dda728cb
5 changed files with 45 additions and 15 deletions

View File

@ -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