From acde91c87d5e233d1180544df919cb6603e306a9 Mon Sep 17 00:00:00 2001 From: "Kabanov, Dmitrii" Date: Thu, 28 May 2020 14:04:16 -0700 Subject: [PATCH] [ceph-client] Update ceph-mon port. The PS updates ceph-mon port for clients. Change-Id: I1a41f0ad042c916e63bd4505ddea7a84b162b188 --- ceph-provisioners/templates/configmap-etc-client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-provisioners/templates/configmap-etc-client.yaml b/ceph-provisioners/templates/configmap-etc-client.yaml index 57a1bfce8..3023a8ed5 100644 --- a/ceph-provisioners/templates/configmap-etc-client.yaml +++ b/ceph-provisioners/templates/configmap-etc-client.yaml @@ -20,7 +20,7 @@ limitations under the License. {{- if or (.Values.deployment.ceph) (.Values.deployment.client_secrets) }} {{- if empty .Values.conf.ceph.global.mon_host -}} -{{- $monHost := tuple "ceph_mon" "internal" "mon_msgr2" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }} +{{- $monHost := tuple "ceph_mon" "internal" "mon" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }} {{- $_ := $monHost | set .Values.conf.ceph.global "mon_host" -}} {{- end -}}