I have a kubernetes secret managed by Pulumi (as p...
# kubernetes
b
I have a kubernetes secret managed by Pulumi (as part of a larger stack). I want to stop managing the secret via Pulumi, is there a way to do that without having Pulumi nuke the secret?
b
You can delete it from the state, which will leave it in place but stop managing it in Pulumi
b
Brilliant, thanks!