Skip to content

Commit

Permalink
remove dep from governor chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeatriy committed Dec 3, 2024
1 parent c6dbf81 commit b7d0820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/governor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ type: application
version: 1.76.0

appVersion: 1.76.0

dependencies:
- name: pagila
version: 1.74.0
repository: oci://synthesizedio.jfrog.io/helm
condition: sandbox
2 changes: 2 additions & 0 deletions charts/pagila/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ configMap:
CREATE DATABASE output_source;
GRANT ALL PRIVILEGES ON DATABASE output_source TO output_source;
GRANT ALL PRIVILEGES ON DATABASE output_source TO apiuser;
GRANT ALL ON ALL TABLES IN SCHEMA public TO output_source;
ALTER SCHEMA public OWNER TO output_source;
env:
PGDATA: /mnt/data/pgdata

Expand Down

0 comments on commit b7d0820

Please sign in to comment.