make argocd manage itself
This commit is contained in:
parent
709fe18ef5
commit
cbe9e0a8af
20
argocd/base/argo-cd-app-of-apps.yaml
Normal file
20
argocd/base/argo-cd-app-of-apps.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argo-app-of-apps
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: default
|
||||
server: https://kubernetes.default.svc
|
||||
source:
|
||||
path: argocd-applications
|
||||
repoURL: https://git.mziesel.nl/mans/argocd-test
|
||||
targetRevision: HEAD
|
||||
sources: []
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
@ -6,3 +6,4 @@ namespace: argocd
|
||||
resources:
|
||||
- base/argo-cd-namespace.yaml
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/ha/install.yaml
|
||||
- base/argo-cd-app-of-apps.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user