Added Argo CD app-of-apps bootstrap
This commit is contained in:
parent
0047704065
commit
8a366e2cf8
4 changed files with 72 additions and 0 deletions
18
argocd-apps/root-app.yaml
Normal file
18
argocd-apps/root-app.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1aplha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-root
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: argocd-apps/apps
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue