Skip to content

Commit

Permalink
Update list-generator.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
theJaxon committed Jul 17, 2023
1 parent 2e53047 commit 794ccfa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ApplicationSet/list-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@ spec:
generators:
- list:
elements:
- namespace: dev
- namespace: test
- env: dev
- env: test
template:
metadata:
name: '{{ namespace }}-guestbook'
name: 'guestbook-{{ env }}'
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
project: '{{ env }}'
source:
repoURL: https://github.com/argoproj/argocd-example-apps.git
targetRevision: HEAD
path: guestbook
destination:
server: https://kubernetes.default.svc
namespace: '{{ namespace }}'
namespace: '{{ env }}'
syncPolicy:
automated:
selfHeal: true
Expand Down

0 comments on commit 794ccfa

Please sign in to comment.