Declarative Continuous Deployment for Kubernetes
18k
stars
5.48k
forks
source link
ApplicationSet Fails to Create All Resources When Sourced from Helm Chart with Templates Looping from values.yml #20895
Open
ratkokorlevski-rldatix opened 19 hours ago
Description and steps to reproduce:
folder structure:
I have ApplicationSet where the source is fetched from a source helm chart in a Github repostory:
values file:
**TEMPLATES:
app-set.yml**
app-projects.yml
So with this setup, my expectations are ArgoCD to create multiple projects and multiple application sets. To be specific
2 Projects: project1 and project2 4 applicationsets: 2 per project
If i run
helm template
locally, I am getting the desired output.THE ISSUE: ArgoCD creates only the last item of the loop. So it creates only 1project - project2 and only 1 applicationset - project2.product2
Version 2.10.2