21 lines
423 B
YAML
21 lines
423 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argo-app-cert-manager
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
source:
|
|
path: cert-manager
|
|
repoURL: https://git.mziesel.nl/mans/argocd-test
|
|
targetRevision: HEAD
|
|
sources: []
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|