Restructured ArgoCD app-of-apps layout

This commit is contained in:
Arvind Prabhakar 2026-06-22 21:12:24 +00:00
commit 317bf38424
10 changed files with 1 additions and 1 deletions

View file

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