Skip to content

Commit

Permalink
Merge pull request #20 from infobloxopen/user
Browse files Browse the repository at this point in the history
allow unknown users to modify helm cache files
  • Loading branch information
drewwells authored Aug 30, 2024
2 parents 8844c30 + 43ded05 commit 5f8fb8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN apk add --update --no-cache git bash && \
# Fake a repo when entrypoint is overridden
ADD repositories.yaml $HELM_HOME/repository/repositories.yaml
ADD cache.yaml $HELM_HOME/repository/cache/infobloxcto-index.yaml
RUN chmod a+rw $HELM_HOME/repository/repositories.yaml $HELM_HOME/repository/cache/infobloxcto-index.yaml
RUN chmod a+rwx $HELM_HOME/repository/ $HELM_HOME/repository/cache/

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 5f8fb8a

Please sign in to comment.