Skip to content

Commit 872ca4e

Browse files
authored
Add pgsql auth environment variables to Grafana
Allows Grafana to connect to the pgsql database to run SQL queries for Cody Airgapped Analytics
1 parent a04e2c1 commit 872ca4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/sourcegraph/templates/grafana/grafana.StatefulSet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ spec:
5656
- name: {{ $name }}
5757
{{- $item | toYaml | nindent 10 }}
5858
{{- end }}
59+
{{- include "sourcegraph.databaseAuth" (list . "pgsql" "PG") | nindent 8 }}
5960
ports:
6061
- containerPort: 3370
6162
name: http

0 commit comments

Comments
 (0)