summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2020-06-12 07:37:59 -0700
committerAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2020-06-12 07:39:37 -0700
commit7939449b520e7053e1dbfc0b182ecc3e649a211a (patch)
treee063bde91a35ba7f9297b58e4638fdad97146fef
parentc8257d1cdf4a1640ae2c2aeade8f8bc9e3b418fa (diff)
correct uid and gid for blueprints deploy folder
Issue-ID: CCSDK-2425 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ib520bab2d2ffcd5e0791b4a6cd1eaa50d3c29e76
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml
index 161cf28d27..c2b6d520b5 100755
--- a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml
+++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml
@@ -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 }}