From: gfraboni Date: Mon, 25 Sep 2017 17:07:48 +0000 (-0400) Subject: Fix mount point for Consul server configuration. X-Git-Tag: 2.0.0-ONAP~631 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=eea67707d608c4aae5f79e39cf36683d1b7f5fa9 Fix mount point for Consul server configuration. Issue-ID: OOM-86 Change-Id: I3aac0a420cc22b9ef4183a17dc10f1b52299f01f Signed-off-by: gfraboni --- diff --git a/kubernetes/consul/templates/consul-server-deployment.yaml b/kubernetes/consul/templates/consul-server-deployment.yaml index 3e6dcba865..e914b6b198 100644 --- a/kubernetes/consul/templates/consul-server-deployment.yaml +++ b/kubernetes/consul/templates/consul-server-deployment.yaml @@ -26,5 +26,5 @@ spec: name: consul-server-config volumes: - hostPath: - path: {{ .Values.rootHostPath }}/{{ .Values.rootHostPath }}/{{ .Values.nsPrefix }}/consul/consul-server-config + path: {{ .Values.rootHostPath }}/{{ .Values.nsPrefix }}/consul/consul-server-config name: consul-server-config