Merge pull request 'feat: add extensions' (#5910) from tmp/sparkyfitness-3 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 32s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m1s

Reviewed-on: #5910
This commit was merged in pull request #5910.
This commit is contained in:
2026-04-14 00:56:44 +00:00

View File

@@ -62,7 +62,14 @@ sparkyfitness:
auth:
existingSecret: sparkyfitness-postgresql-18-cluster-app
postgres-18-cluster:
mode: recovery
mode: standalone
cluster:
initdb:
postInitTemplateSQL:
- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
- CREATE EXTENSION IF NOT EXISTS "pgcrypto";
- CREATE EXTENSION IF NOT EXISTS "pg_stat_statements";
- GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO "app" WITH GRANT OPTION;
recovery:
method: objectStore
objectStore: