Skip to content

Commit

Permalink
fix auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
kfeofantov committed Jun 6, 2018
1 parent 2ada2f9 commit 76ba57b
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 @@ -51,7 +51,7 @@ spec:
value: "{{ .Values.env.local.CH_USER_AUTH_GRPC_ADDR }}"
{{- else }}
- name: CH_USER_AUTH_GRPC_ADDR
value: "http://{{ .Release.Name }}-auth:1112"
value: "{{ .Release.Name }}-auth:1112"
{{- end }}
{{- if .Values.env.local.CH_USER_MAIL_URL }}
- name: CH_USER_MAIL_URL
Expand Down

0 comments on commit 76ba57b

Please sign in to comment.