summaryrefslogtreecommitdiffstats
path: root/charts/aai-cassandra/templates/volumes.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-07 21:16:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-07 21:16:01 +0000
commit979c3bf60d799ba00451f57201a94f3c3a7bd29c (patch)
tree6c97fcff69a70e8d4bfd07e1d9b741b29793a9a2 /charts/aai-cassandra/templates/volumes.yaml
parent66fa0dce24f8079477fd9aab20ef4beca72570a0 (diff)
parentcef6152f5de3ae0bec495e9284faf476cd6cbc06 (diff)
Merge "Update log path to get filebeat working"
Diffstat (limited to 'charts/aai-cassandra/templates/volumes.yaml')
-rw-r--r--charts/aai-cassandra/templates/volumes.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-cassandra/templates/volumes.yaml b/charts/aai-cassandra/templates/volumes.yaml
index 0e1a3df..f45a450 100644
--- a/charts/aai-cassandra/templates/volumes.yaml
+++ b/charts/aai-cassandra/templates/volumes.yaml
@@ -5,7 +5,7 @@
apiVersion: v1
kind: PersistentVolume
metadata:
- name: {{ $root.Values.service.name }}-{{ $i }}
+ name: {{ $root.Release.Name }}-{{ $root.Values.service.name }}-{{ $i }}
namespace: {{ $root.Release.Namespace }}
labels:
type: {{ $root.Values.persistence.storageType }}
@@ -22,4 +22,4 @@ spec:
path: {{ $root.Values.persistence.mountPath }}/{{ $root.Release.Name }}/{{ $root.Values.persistence.mountSubPath }}-{{ $i }}
persistentVolumeReclaimPolicy: {{ $root.Values.persistence.volumeReclaimPolicy }}
{{ end }}
-#{{ end }} \ No newline at end of file
+#{{ end }}