diff options
author | gfraboni <gino.fraboni@amdocs.com> | 2017-09-25 13:07:48 -0400 |
---|---|---|
committer | gfraboni <gino.fraboni@amdocs.com> | 2017-09-25 13:08:06 -0400 |
commit | eea67707d608c4aae5f79e39cf36683d1b7f5fa9 (patch) | |
tree | e7e97ac4efbe2490313717c0ea41cf17f5adfbbd | |
parent | 67162aaf08703e895b6b093aa64978d5eaa12124 (diff) |
Fix mount point for Consul server configuration.
Issue-ID: OOM-86
Change-Id: I3aac0a420cc22b9ef4183a17dc10f1b52299f01f
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
-rw-r--r-- | kubernetes/consul/templates/consul-server-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |