diff options
author | root@nfs <root@nfs> | 2020-06-10 23:15:10 +0000 |
---|---|---|
committer | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2020-06-11 15:08:04 +0000 |
commit | 4b8e0753c83d684105b3b365db027c8a0b9569dd (patch) | |
tree | c04ad90e1aaa6cd3d519fa2ebddeea74634ccbdf /kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | |
parent | b6584466e5aff8904241d8107baa722788a8e6a8 (diff) |
correct uid and guid for blueprints deploy folder
Issue-ID: CCSDK-2425
Change-Id: Ia2dd204f4b089922ff2e4e152bbda7fc374e7d09
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | 2 |
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 }} |