Skip to content

Commit

Permalink
Merge pull request #860 from replicatedhq/divolgin/kots-install
Browse files Browse the repository at this point in the history
exec permissions on kotsadm
  • Loading branch information
divolgin committed Jul 27, 2020
2 parents 9a4a699 + e42f982 commit c8c5b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kotsadm/deploy/Dockerfile
Expand Up @@ -30,6 +30,7 @@ COPY --chown=kotsadm:kotsadm ./deploy/restore-db.sh /restore-db.sh
COPY --chown=kotsadm:kotsadm ./deploy/restore-s3.sh /restore-s3.sh
COPY --chown=kotsadm:kotsadm ./bin/kotsadm /kotsadm
COPY --chown=kotsadm:kotsadm ./web/dist /web/dist
RUN chmod a+x /kotsadm

WORKDIR /

Expand Down
1 change: 1 addition & 0 deletions kotsadm/operator/deploy/Dockerfile
Expand Up @@ -34,6 +34,7 @@ RUN /install-krew.sh
ENV PATH="$HOME/.krew/bin:$PATH"

COPY --chown=kotsadm-operator:kotsadm-operator ./bin/kotsadm-operator /kotsadm-operator
RUN chmod a+x /kotsadm-operator

# Install our plugins
USER root
Expand Down

0 comments on commit c8c5b46

Please sign in to comment.