Skip to content

Kubee Cluster Admin User

The admin user is the user that will be set as the admin of all applications installed in the cluster

It’s defined as values of the cluster kubee chart

Example in your cluster values file

cluster:
auth:
admin_user:
username: 'admin'
password: '${ADMIN_PASSWORD}'
email: 'admin@mydomain.tld'