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

Make it possible to optionally override .ReleaseIsInstall logic in init jobs #479

Closed
doug-ba opened this issue Mar 22, 2024 · 0 comments · Fixed by #480
Closed

Make it possible to optionally override .ReleaseIsInstall logic in init jobs #479

doug-ba opened this issue Mar 22, 2024 · 0 comments · Fixed by #480

Comments

@doug-ba
Copy link
Contributor

doug-ba commented Mar 22, 2024

Is your feature request related to a problem? Please describe.
In solutions like ArgoCD which don't actually track helm state, .ReleaseIsInstall always evaluates to true. We should be able to optionally not use .ReleaseIsInstall to determine whether init jobs should be created/removed
Describe the solution you'd like
An optional parameter to disable using .ReleaseIsInstall to determine if init jobs should be created.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
I will be opening a PR with the necessary changes.

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 a pull request may close this issue.

1 participant