We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we deploy helmfile with different environments. is there a way to pass then environment into the argocd application somehow?
The text was updated successfully, but these errors were encountered:
Hello, You can use env within the plugin property. ENV_NAME is the property you can set in a cluster definition in argocd.
plugin: env: - name: ENV_NAME value: '{{metadata.labels.ENV_NAME}}'
Doing so, it will select this specific helmfile environment.
Sorry, something went wrong.
ahh, gotcha. let me add this to the docs.
Thank you for pointing this out. I need to update the example as well to reflect the usage of the ENV_NAME.
No branches or pull requests
we deploy helmfile with different environments. is there a way to pass then environment into the argocd application somehow?
The text was updated successfully, but these errors were encountered: