Renamed postgres chart and rendered path to platform-postgres
This commit is contained in:
parent
d1dcd61e14
commit
2594962ae4
7 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue