41 lines
833 B
YAML
41 lines
833 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
labels:
|
||
|
app.kubernetes.io/managed-by: argocd-autopilot
|
||
|
app.kubernetes.io/name: root
|
||
|
name: root
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: argocd
|
||
|
server: https://kubernetes.default.svc
|
||
|
ignoreDifferences:
|
||
|
- group: argoproj.io
|
||
|
jsonPointers:
|
||
|
- /status
|
||
|
kind: Application
|
||
|
project: default
|
||
|
source:
|
||
|
path: projects
|
||
|
repoURL: https://gitea.simplysyncedllc.com/dex/argocd-configs.git
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
allowEmpty: true
|
||
|
prune: true
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- allowEmpty=true
|
||
|
status:
|
||
|
health: {}
|
||
|
summary: {}
|
||
|
sync:
|
||
|
comparedTo:
|
||
|
destination: {}
|
||
|
source:
|
||
|
repoURL: ""
|
||
|
status: ""
|