You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect to see something in the template to indicate that the admin values are being passed to the cluster, and yet the only Secret looks no different without the additional arguments.
I was able to reproduce this issue. Both from helm cli --set admin.username=bob and values.yaml
admin:
create: true
password: test123321
username: bob
Apply using documentation do not create user with username 'bob'
vcluster platform reset password --user bob
info Resetting password of user bob
fatal user bob was not found, run with '--create' to create this user automatically
Looks like it's ignoring this values, even that they are provided:
helm get values -n vcluster-platform vcluster-platform
USER-SUPPLIED VALUES:
admin:
create: true
password: test123321
username: bob
What happened?
I'm trying to bootstrap vcluster-platform using the helm chart. I'm passing the following in my values.yaml:
What did you expect to happen?
Expect to be able to log into my vcluster UI using the login username and password that I added in values.
How can we reproduce it (as minimally and precisely as possible)?
I would expect to see something in the template to indicate that the admin values are being passed to the cluster, and yet the only
Secret
looks no different without the additional arguments.Generated template
Anything else we need to know?
If I try and use the default username "admin" I see this message in the UI
However if I try to use the admin password i actually provided in the helm values I get
It just seems to completely ignore what I am providing.
Host cluster Kubernetes version
vcluster version
VCluster Config
The text was updated successfully, but these errors were encountered: