Skip to content

Commit

Permalink
Controller Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-rafraf committed Feb 14, 2024
1 parent ef79bee commit 172709c
Show file tree
Hide file tree
Showing 11 changed files with 742 additions and 729 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.complete
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ RUN apk --no-cache add jq yq bash curl unzip openssl && \
adduser -D -g kubesphere -u 1002 kubesphere

COPY --from=0 /go/src/github.com/flant/shell-operator/shell-operator /
ADD controller/* /hooks/kubesphere/
COPY controller/ /hooks/kubesphere/

RUN chown -R kubesphere:kubesphere /shell-operator && \
chown -R kubesphere:kubesphere /hooks && \
chown -R kubesphere:kubesphere /kubesphere && \
chmod +x -R /hooks/kubesphere
chmod +x /hooks/kubesphere/installRunner.py

USER kubesphere

Expand Down
Loading

0 comments on commit 172709c

Please sign in to comment.