ArgoCD manages ArgoCD
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
b51bb2ce2f
commit
cfc3673a85
|
@ -0,0 +1,14 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: argocd
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: manifests/cluster-install
|
||||
repoURL: https://github.com/argoproj/argo-cd
|
||||
targetRevision: HEAD
|
Loading…
Reference in New Issue