31 lines
659 B
YAML
31 lines
659 B
YAML
![]() |
# Test with applications
|
||
|
|
||
|
applications:
|
||
|
- name: argocd-application
|
||
|
additionalLabels: {}
|
||
|
additionalAnnotations: {}
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||
|
targetRevision: HEAD
|
||
|
path: guestbook
|
||
|
directory:
|
||
|
recurse: true
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: false
|
||
|
selfHeal: false
|
||
|
ignoreDifferences:
|
||
|
- group: apps
|
||
|
kind: Deployment
|
||
|
jsonPointers:
|
||
|
- /spec/replicas
|
||
|
info:
|
||
|
- name: url
|
||
|
value: https://argoproj.github.io/
|