From 338e6a5a8c3eedbb5df39546eec1eca450b87ce1 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sat, 10 Feb 2024 18:41:53 -0500 Subject: [PATCH] fix path --- dev/apps/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/apps/postgres.yaml b/dev/apps/postgres.yaml index ac794d7..0110919 100644 --- a/dev/apps/postgres.yaml +++ b/dev/apps/postgres.yaml @@ -20,7 +20,7 @@ spec: sources: - repoURL: https://github.com/comissions-app/argocd.git targetRevision: HEAD - path: charts/postgres/ + path: charts/postgresql/ helm: values: | nameOverride : "comissions-app-db"