Renamed postgres chart and rendered path to platform-postgres

This commit is contained in:
Arvind Prabhakar 2026-06-24 23:52:40 +00:00
commit 2594962ae4
7 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
description: Symcrest platform applications description: Symcrest platform applications
sourceRepos: sourceRepos:
- '*' - '*'
destinations: destinations:
- namespace: '*' - namespace: '*'

View file

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