From 8e7cbd2e928e2bb8c5958e1ceeb52280cd8b319d Mon Sep 17 00:00:00 2001 From: Harish V Kajur Date: Mon, 7 May 2018 14:02:46 +0000 Subject: Update log path to get filebeat working for resources and traversal microservice as well as add shasum to configmap so when doing an upgrade on the charts and if the configmaps are updated due to that the containers responsible for that configmap gets restarted as well Issue-ID: AAI-1110 Change-Id: Ie2b539f512003a30dd82cdaa497141cb7f49bf7d Signed-off-by: Harish V Kajur --- kubernetes/aai/charts/aai-cassandra/templates/volumes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/aai/charts/aai-cassandra') diff --git a/kubernetes/aai/charts/aai-cassandra/templates/volumes.yaml b/kubernetes/aai/charts/aai-cassandra/templates/volumes.yaml index 0e1a3dfc26..f45a4504b3 100644 --- a/kubernetes/aai/charts/aai-cassandra/templates/volumes.yaml +++ b/kubernetes/aai/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 }} -- cgit 1.2.3-korg