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

feat: expose HelmRelease IgnoreMissingValuesFiles feature #4755

Closed

Conversation

isometry
Copy link

@isometry isometry commented May 3, 2024

Signed-off-by: Robin Breathe [email protected]

Comment on lines +244 to +246
if helmReleaseArgs.ignoreMissingValueFiles && os.IsNotExist(err) {
continue
}
Copy link
Member

Choose a reason for hiding this comment

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

This is not what the flag should, we should map it to HelmRelease spec instead of skipping over value files passed to the CLI.

Copy link
Author

Choose a reason for hiding this comment

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

I think PR is probably unnecessary then. It only made sense to me if you were passing --values-files and --ignore-missing-values-files together (which we're not ourselves planning to do). Let's drop it.

@isometry
Copy link
Author

isometry commented May 3, 2024

Redundant change :-)

@isometry isometry closed this May 3, 2024
@isometry isometry deleted the feature/ignore-missing-valuesfiles branch May 3, 2024 17:33
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