Skip to content

Commit

Permalink
Merge pull request #644 from mjura/docker-main
Browse files Browse the repository at this point in the history
Update ENV variable in Dockerfile
  • Loading branch information
mjura authored Aug 26, 2024
2 parents 1ed9a9e + 4869b72 commit cb48e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY --from=builder /etc/shadow /etc/shadow

RUN rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*

ENV KUBECONFIG /home/aks-operator/.kube/config
ENV SSL_CERT_DIR /etc/rancher/ssl
ENV KUBECONFIG="/home/aks-operator/.kube/config"
ENV SSL_CERT_DIR="/etc/rancher/ssl"

COPY bin/aks-operator /usr/bin/
COPY package/entrypoint.sh /usr/bin
Expand Down

0 comments on commit cb48e9e

Please sign in to comment.