update postgres

This commit is contained in:
2025-03-16 00:47:38 +01:00
parent 662ed69207
commit aabf211d88

View File

@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres-app # Ensure name is "postgres" to match Helm release
name: postgresql # Ensure name is "postgres" to match Helm release
namespace: argocd
spec:
project: default
@@ -10,7 +10,7 @@ spec:
chart: "postgresql"
targetRevision: "16.0.0"
helm:
releaseName: "postgres-app"
releaseName: "postgresql"
valueObject:
global:
storageClass: longhorn