Skip to content

Commit

Permalink
Set KUBECONFIG env variable (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 28, 2024
1 parent a904292 commit 9bf3233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ FROM python:${PYTHON_VERSION}-slim-bookworm
COPY --link --from=builder / /

ENV PYTHONWARNINGS="ignore::UserWarning"
ENV KUBECONFIG="/share/kubeconfig"

VOLUME ["/share", "/interface"]
USER dragon
Expand Down

0 comments on commit 9bf3233

Please sign in to comment.