You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for resource-policy: keep (#246) (#582)
The annotation `helm.sh/resource-policy: keep` instructs Helm to skip
deleting this resource when a Helm operation would result in its
deletion. As the resource is not actually deleted, exclude it from the
generated diff.
t.Error("Unexpected return value from Manifests: Expected the return value to be `false` to indicate that it has NOT seen any change(s), but was `true`")
0 commit comments