Argo managing argo
This commit is contained in:
parent
49f23ee0fc
commit
1e7d02091d
1 changed files with 17 additions and 0 deletions
17
manifests/apps/infra-app-of-apps/argocd.yaml
Normal file
17
manifests/apps/infra-app-of-apps/argocd.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: argocd
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
path: manifests/kustomize/argocd
|
||||
repoURL: https://gitlab.wikimedia.org/martynranyard/cloud-dev-cluster.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
Loading…
Add table
Reference in a new issue