X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_helm-repo%2Ftasks%2Finstall.yml;h=5624146547ad88005cedd8d051bd0e4f2f87a351;hb=a789f34faf8e5f9b371b53f77ebca58c6367287e;hp=32697ed5bc71a8240056dc62897e58e98191125f;hpb=524d06d860fba6790d180be24b369a0d22a4ede5;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_helm-repo/tasks/install.yml b/ocd/infra/playbooks/roles/eg_helm-repo/tasks/install.yml index 32697ed..5624146 100644 --- a/ocd/infra/playbooks/roles/eg_helm-repo/tasks/install.yml +++ b/ocd/infra/playbooks/roles/eg_helm-repo/tasks/install.yml @@ -36,6 +36,9 @@ args: chdir: /tmp/eg_helm-repo/deploy/helm/helm-charts/ +- name: Changing permisiion + command: chmod -R 755 /tmp/eg_helm-repo + - name: Creating helm repo # yamllint disable rule:line-length command: docker run --name helm-repo -v /tmp/eg_helm-repo/deploy/helm/helm-charts/:/usr/share/nginx/html:ro -d -p 8080:80 nginx:stable