update postgres
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user