Hey! I am having difficulties with a somewhat comp...
# kubernetes
r
Hey! I am having difficulties with a somewhat complex automation setup. We are using the helm release from kubernetes provider and we are getting the "the name already exists" error for a release. I was thinking of using the
Replace
parameter for the helm release: https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/release/#replace_go but it says "This is unsafe in production" in the docs. Is there anymore info regarding this somewhere so I could read up on what this means?