diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-12 13:13:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-12 13:13:31 +0000 |
commit | c6e91b9d0105957c598e44f01d3e9f9c1d70ab74 (patch) | |
tree | f15146680a2c763c583007893b260ac496202b97 | |
parent | 02cf42587f566a39713613f18830feacf036a2df (diff) | |
parent | 4b8e0753c83d684105b3b365db027c8a0b9569dd (diff) |
Merge "correct uid and guid for blueprints deploy folder"
-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 }} |