Skip to content

Commit

Permalink
chore: add system id var for pganalyze
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Mar 18, 2024
1 parent 3a47f1b commit c0aaedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ spec:
secretKeyRef:
name: {{ .Values.db.pganalyze.secretName }}
key: PGA_API_KEY
- name: PGA_API_SYSTEM_ID
value: {{ .Values.db.pganalyze.systemID }}
- name: PGA_ENABLE_LOG_EXPLAIN
value: "true"
- name: LOG_LOCATION
Expand Down
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ db:
memory: 4Gi
pganalyze:
enabled: false
systemID: mission-control
secretName: pganalyze
smtp:
secretRef:
Expand Down

0 comments on commit c0aaedd

Please sign in to comment.