Skip to content

Commit

Permalink
Add osm server env var for osmche
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 12, 2023
1 parent 0793f23 commit 2fc5c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osm-seed/templates/osmcha-web/osmcha-web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
cpu: {{ .Values.osmchaWeb.resources.limits.cpu }}
{{- end }}
env:
- name: OSM_SERVER_URL
value: {{ .Values.osmchaDb.env.OSM_SERVER_URL | quote }}
- name: POSTGRES_USER
value: {{ .Values.osmchaDb.env.POSTGRES_USER | quote }}
- name: POSTGRES_PASSWORD
Expand Down

0 comments on commit 2fc5c71

Please sign in to comment.