diff --git a/charts/edh-elo/values.yaml b/charts/edh-elo/values.yaml index 3f4c4ca..c52edd6 100644 --- a/charts/edh-elo/values.yaml +++ b/charts/edh-elo/values.yaml @@ -16,6 +16,8 @@ postgresql: scripts: psql.sql: | CREATE USER db_user WITH PASSWORD 'pass'; + GRANT ALL PRIVILEGES ON DATABASE postgres TO db_user; + GRANT ALL ON SCHEMA public TO db_user; ############