You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
ApplicationSet does not currently support an easy way to provide an array of values files. Until recently, I have been using ApplicationSet and a workaround I found in multiple places - providing a comma-separated list of files as single item to valueFiles.
After upgrading to ArgoCD 2.6, I am trying to leverage multiple sources and continue to use ApplicationSet to control it.
This works as long as items for valueFiles are inside the repository where the Helm chart is, but it's not possible to reference a file from another sources.
It's understandable why the workaround does not work, but lack of multiple (and arbitrary number of) values files makes it difficult to deploy complex workloads using ArgoCD and ApplicationSet CRs.
Is there a way to preferably pass an array as one of the values for list generator and then pass that as value for valueFiles?
The text was updated successfully, but these errors were encountered:
ApplicationSet does not currently support an easy way to provide an array of values files. Until recently, I have been using ApplicationSet and a workaround I found in multiple places - providing a comma-separated list of files as single item to
valueFiles
.After upgrading to ArgoCD 2.6, I am trying to leverage multiple sources and continue to use ApplicationSet to control it.
This works as long as items for
valueFiles
are inside the repository where the Helm chart is, but it's not possible to reference a file from another sources.Here's a minimal snippet to reproduce it:
It's understandable why the workaround does not work, but lack of multiple (and arbitrary number of) values files makes it difficult to deploy complex workloads using ArgoCD and
ApplicationSet
CRs.Is there a way to preferably pass an array as one of the values for list generator and then pass that as value for
valueFiles
?The text was updated successfully, but these errors were encountered: