I have a secret, which was generated via helm. After i deleted the helm install (including --purge), the secret is instandly recreated. I figure the type (kubernetes.io/tls
) plays into that. The odd thing is, that this worked before.
The question would be: How to remove it forever?
thank you and best regards, scones
It doesn't make sense, might be a bug in helm. If helm created a resource, it's also responsible to clean it up when deleting the release...