Added Argo CD app-of-apps bootstrap

This commit is contained in:
Arvind Prabhakar 2026-06-22 18:54:45 +00:00
commit 8a366e2cf8
4 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
spec:
project: platform
source:
repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git
targetRevision: main
path: rendered/postgres
destination:
server: https://kubernetes.default.svc
namespace: database
syncPolicy:
automated:
prune: false
selfHeal: true