Fix mount point for Consul server configuration. 49/15149/1
authorgfraboni <gino.fraboni@amdocs.com>
Mon, 25 Sep 2017 17:07:48 +0000 (13:07 -0400)
committergfraboni <gino.fraboni@amdocs.com>
Mon, 25 Sep 2017 17:08:06 +0000 (13:08 -0400)
Issue-ID: OOM-86

Change-Id: I3aac0a420cc22b9ef4183a17dc10f1b52299f01f
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
kubernetes/consul/templates/consul-server-deployment.yaml

index 3e6dcba..e914b6b 100644 (file)
@@ -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