This message was deleted.
# general
s
This message was deleted.
f
Hi @quick-greece-34196, I think your problem is the error is misleading. Giving
customer-services
is your current pulumi project, you should do :
Copy code
pulumi config set k8sMasterPassword <value>
the prefix in the key is not supposed to be there. Giving the name of your key, you should also set it as a secret :
Copy code
pulumi config set k8sMasterPassword <value> --secret
q
Thanks @faint-motherboard-95438 I will try that.