From: Abdelmuhaimen Seaudi Date: Fri, 12 Jun 2020 14:37:59 +0000 (-0700) Subject: correct uid and gid for blueprints deploy folder X-Git-Tag: 6.0.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=7939449b520e7053e1dbfc0b182ecc3e649a211a correct uid and gid for blueprints deploy folder Issue-ID: CCSDK-2425 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Ib520bab2d2ffcd5e0791b4a6cd1eaa50d3c29e76 --- 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 }}