From af9ac277e87d66151ea0e8f76219f73611bf36b9 Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Mon, 30 Mar 2020 17:42:00 -0500 Subject: [PATCH] [ceph-provisioner] update msgr2 port for etc configmap This is to update msgr2 port for clients who uses ceph etc file from configmap Change-Id: If6079e860afc67c5e466faaa8bea040f67b1f842 --- 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 c706ef0c4..bf6cc1f43 100644 --- a/ceph-provisioners/templates/configmap-etc-client.yaml +++ b/ceph-provisioners/templates/configmap-etc-client.yaml @@ -22,7 +22,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" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }} +{{- $monHost := tuple "ceph_mon" "internal" "mon_msgr2" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }} {{- $_ := $monHost | set .Values.conf.ceph.global "mon_host" -}} {{- end -}}