correct uid and guid for blueprints deploy folder 31/109031/3
authorroot@nfs <root@nfs>
Wed, 10 Jun 2020 23:15:10 +0000 (23:15 +0000)
committerAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Thu, 11 Jun 2020 15:08:04 +0000 (15:08 +0000)
Issue-ID: CCSDK-2425
Change-Id: Ia2dd204f4b089922ff2e4e152bbda7fc374e7d09
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml

index 161cf28..c2b6d52 100755 (executable)
@@ -90,7 +90,7 @@ spec:
         command:
         - chown
         - -R
-        - 100:101
+        - 1000:1000
         - /opt/app/onap/blueprints/deploy
         image: busybox:latest
         imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}