Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for resource-policy: keep (#246) #582

Merged
merged 1 commit into from
May 25, 2024

Conversation

phooijenga
Copy link
Contributor

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.

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.
@yxxhero
Copy link
Collaborator

yxxhero commented Mar 22, 2024

@mumoshu @databus23 make sense.

@yxxhero yxxhero merged commit 0652b98 into databus23:master May 25, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants