Skip to content

Commit

Permalink
add steampipe inner postgres env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 18, 2024
1 parent 6f68ce6 commit c77553f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm-chart/templates/powerpipe-secret-env-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ metadata:
{{- include "powerpipe.labels" . | nindent 4 }}
stringData:
POWERPIPE_DATABASE: postgres://steampipe:{{ .Values.global.steampipeDatabasePassword }}@{{ include "steampipe.fullname" . }}:9193/steampipe
PGDATABASE: "steampipe"
PGHOST: "127.0.0.1"
PGPASSWORD: {{ .Values.global.steampipeDatabasePassword }}
PGUSER: "steampipe"
PGPORT: "9193"
{{- if .Values.powerpipe.secretEnvVars }}
{{- toYaml .Values.powerpipe.secretEnvVars | nindent 2 }}
{{- end }}

0 comments on commit c77553f

Please sign in to comment.