aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-traversal
diff options
context:
space:
mode:
authorBorislavG <Borislav.Glozman@amdocs.com>2018-05-03 14:29:51 +0000
committerBorislavG <Borislav.Glozman@amdocs.com>2018-05-07 10:58:52 +0000
commite6ed02a58f08a63b9aefae8f74feab53959284ae (patch)
tree586566d054b42f0b5daba026e98d1436eee6ff47 /charts/aai-traversal
parentae29f3c1227e96337aff9bfef8afd016818a0c8a (diff)
Fix persistent volume to be mapped to Release.Name
Change-Id: I98754174e50537df2e82a9d9b40f471edff19e69 Issue-ID: OOM-907 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Diffstat (limited to 'charts/aai-traversal')
-rw-r--r--charts/aai-traversal/templates/job.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-traversal/templates/job.yaml b/charts/aai-traversal/templates/job.yaml
index b9b2501..756bc1a 100644
--- a/charts/aai-traversal/templates/job.yaml
+++ b/charts/aai-traversal/templates/job.yaml
@@ -99,7 +99,7 @@ spec:
name: aai-filebeat
- name: {{ include "common.fullname" . }}-logs
hostPath:
- path: {{ .Values.persistence.mountPath }}/{{ include "common.namespace" . }}/{{ .Values.persistence.mountSubPath }}-update-query
+ path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/{{ .Values.persistence.mountSubPath }}-update-query
- name: {{ include "common.fullname" . }}-filebeat
emptyDir: {}
- name: {{ include "common.fullname" . }}-log-conf