
* feat(argocd-apps): multiple sources for application and applicationset Signed-off-by: toyamagu <toyamagu2021@gmail.com> * fix typo Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com> --------- Signed-off-by: toyamagu <toyamagu2021@gmail.com> Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
24 lines
624 B
YAML
24 lines
624 B
YAML
# Test with multi-source applicationsets
|
|
|
|
applicationsets:
|
|
- name: 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
|