Fix clamp changing persistence permissions 05/47805/2
authorBorislavG <Borislav.Glozman@amdocs.com>
Wed, 16 May 2018 11:30:25 +0000 (11:30 +0000)
committerBorislav Glozman <Borislav.Glozman@amdocs.com>
Thu, 17 May 2018 10:30:44 +0000 (10:30 +0000)
There is a missing parameter in clamp values.yaml: persistence.mountSubPathLogs,
which causes /dockerdta-nfs/ReleaseName directory to be come with permissions 777.

Issue-ID: OOM-1086
---
modified:   clamp/charts/clamp-dash-es/values.yaml
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Change-Id: Iddd80f77e7e42b06dd4b55c302d4d45127ea1b72

kubernetes/clamp/charts/clamp-dash-es/values.yaml

index 83fb73e..7930f88 100644 (file)
@@ -81,6 +81,7 @@ persistence:
   size: 4Gi
   mountPath: /dockerdata-nfs
   mountSubPath: clamp/dashboard-elasticsearch/data
+  mountSubPathLogs: clamp
 
 service:
   type: ClusterIP