Skip to content

Commit

Permalink
change CH_USER_PG_ADDR
Browse files Browse the repository at this point in the history
  • Loading branch information
kfeofantov committed May 31, 2018
1 parent 3695030 commit ea99d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/user-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
value: "{{ .Values.env.local.CH_USER_PG_ADDR }}"
{{- else }}
- name: CH_USER_PG_ADDR
value: "http://{{ .Release.Name }}-postgres:5432"
value: "http://{{ .Release.Name }}-postgresql:5432"
{{- end }}

{{- if .Values.env.local.CH_USER_RESOURCE_SERVICE_URL }}
Expand Down

0 comments on commit ea99d58

Please sign in to comment.