This message was deleted.
# general
a
This message was deleted.
l
You could see what Helm is actually setting the password to with
Copy code
kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{ .data.bootstrapPassword|base64decode}}{{ "\n" }}'
It might not like the quotes, or be including them literally, but not sure. That command will atleast show you the verbatim password