2023-02-09 22:43:38 +00:00
|
|
|
# Test with applications
|
|
|
|
|
|
|
|
applications:
|
2024-03-23 15:38:56 +00:00
|
|
|
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
|
|
|
|
syncOptions:
|
|
|
|
- ApplyOutOfSyncOnly=true
|
|
|
|
revisionHistoryLimit: null
|
|
|
|
ignoreDifferences:
|
|
|
|
- group: apps
|
|
|
|
kind: Deployment
|
|
|
|
jsonPointers:
|
|
|
|
- /spec/replicas
|
|
|
|
info:
|
|
|
|
- name: url
|
|
|
|
value: https://argoproj.github.io/
|