aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-06-12 13:13:31 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-12 13:13:31 +0000
commitc6e91b9d0105957c598e44f01d3e9f9c1d70ab74 (patch)
treef15146680a2c763c583007893b260ac496202b97 /kubernetes
parent02cf42587f566a39713613f18830feacf036a2df (diff)
parent4b8e0753c83d684105b3b365db027c8a0b9569dd (diff)
Merge "correct uid and guid for blueprints deploy folder"
Diffstat (limited to 'kubernetes')
-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 }}