2023-02-09 22:43:38 +00:00
|
|
|
# Test with multi-source applicationsets
|
|
|
|
|
|
|
|
applicationsets:
|
2024-03-23 15:38:56 +00:00
|
|
|
applicationset-multiple-sources:
|
|
|
|
generators:
|
|
|
|
- list:
|
|
|
|
elements:
|
|
|
|
- cluster: default-cluster
|
|
|
|
url: https://kubernetes.default.svc
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
name: '{{cluster}}-guestbook'
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
sources:
|
|
|
|
- chart: elasticsearch
|
|
|
|
repoURL: https://helm.elastic.co
|
|
|
|
targetRevision: 8.5.1
|
|
|
|
- repoURL: https://github.com/argoproj/argocd-example-apps.git
|
|
|
|
path: guestbook
|
|
|
|
targetRevision: HEAD
|
|
|
|
destination:
|
|
|
|
server: '{{url}}'
|
|
|
|
namespace: default
|