diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 9e649eaa1..719f85ea1 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -48,11 +48,6 @@ jellyplist: secretKeyRef: name: jellyplist-postgresql-16-cluster-app key: password - - name: JELLYPLIST_DB - valueFrom: - secretKeyRef: - name: jellyplist-postgresql-16-cluster-app - key: dbname - name: JELLYPLIST_DB_HOST valueFrom: secretKeyRef: @@ -110,11 +105,6 @@ jellyplist: secretKeyRef: name: jellyplist-postgresql-16-cluster-app key: password - - name: JELLYPLIST_DB - valueFrom: - secretKeyRef: - name: jellyplist-postgresql-16-cluster-app - key: dbname - name: JELLYPLIST_DB_HOST valueFrom: secretKeyRef: @@ -172,11 +162,6 @@ jellyplist: secretKeyRef: name: jellyplist-postgresql-16-cluster-app key: password - - name: JELLYPLIST_DB - valueFrom: - secretKeyRef: - name: jellyplist-postgresql-16-cluster-app - key: dbname - name: JELLYPLIST_DB_HOST valueFrom: secretKeyRef: @@ -241,6 +226,9 @@ postgres-16-cluster: enabled: true prometheusRule: enabled: false + initdb: + postInitSQL: + - CREATE DATABASE "jellyplist" OWNER "app"; backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com