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 Namespace to the metadata of generated resources in the Helm Chart. #144

Merged
merged 4 commits into from
May 22, 2024

Conversation

suvaanshkumar
Copy link
Contributor

Updated the repo to include the namespace in the metadata of the helm chart generated.
This is to overcome the enhancement requested in this issue.

Tested by running the test mentioned in the readme documentation.

@suvaanshkumar
Copy link
Contributor Author

Hi @arttor ,
Can you please review the above PR and provide suggestions to improve?
Thanks

Copy link
Owner

@arttor arttor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to support backward compatibility. existing charts generated by helmify should not be changed after upgrade to the latest version. please add a feature flag and disable it by default (see #141 as example). we can name it --keep-ns or --preserve-ns.

pkg/processor/meta.go Show resolved Hide resolved
cmd/helmify/flags.go Show resolved Hide resolved
@arttor arttor merged commit 31b2889 into arttor:main May 22, 2024
1 check 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.

None yet

2 participants