correct uid and guid for blueprints deploy folder
[oom.git] / kubernetes / cds / charts / cds-blueprints-processor / templates / deployment.yaml
index 161cf28..c2b6d52 100755 (executable)
@@ -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 }}