v1.5.4
What's Changed
- Allow removal when referenced secret exists. by @bigkevmcd in #78
GitopsCluster
resources can now be annotated to indicate that they do not need the finalizer to block removal of a cluster while the secret exists.
This functionality exists to prevent leaving high-privilege Secrets around in the cluster, but it can cause problems with automated cascading deletion.
Adding an annotation clusters.gitops.weave.works/no-secret-finalizer
with any value to the GitopsCluster
will enable this.
Full Changelog: v1.5.3...v1.5.4