-
Notifications
You must be signed in to change notification settings - Fork 278
using helm and git repos inside ApplicationSet #609
Comments
@adabuleanu Basically this:
and the parameters to be passed via the values.yaml will look like this:
|
@glyhood in your example you are creating Applications from ApplicationSets that use a source of helm chart inside a helm repository, while your values files are stored in a git repository. My question (maybe not clear) was related to the fact if you can use charts inside a helm repository or a in git repository. For charts inside helm repository the Application will look like this:
For charts inside git repository the Application will look like this:
From my investigation this is not possible at the moment. I found this feature request that might help with better "templating" inside ApplicationSets: argoproj/argo-cd#11183 |
Hello. Is there a possibility to configure an ApplicationSet to create Applications with helm or git sources?
Example:
And parameters should look something like this (will be passed by generators):
My use case is that I am storing helm charts inside git repos and for development purposes I point the Application to the git repo (with repoURL being a git repo and targetRevision being a git branch). After development is finished, the helm chart is published to a helm repo and I am referencing that in the Application. I want to achieve the same using ApplicationSets.
I did some research and the only thing that might help is this feature #11213 (with variant #11183), so I can use something like this in the ApplicationSet definition
Is there any way of achieving this functionality?
The text was updated successfully, but these errors were encountered: