-
Notifications
You must be signed in to change notification settings - Fork 26
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
Multiple charts in the same application could be handled better. #69
Comments
Option 1: provide chartName file in the directory with the chart to override the rendered name. Not great for application reuse perhaps though. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
keep alive |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is something like this would help you doing what you're trying to achieve here? |
It's an alternative strategy, but fundamentally multiple plain helm files could still use separate names without helmfile. |
Because both charts are rendered with the same name (ARGOCD_APP_NAME), there are issues in most cases.
Provide a way to override this on a per chart basis. Can we do something automatically perhaps, like postpend the directory name?
The text was updated successfully, but these errors were encountered: