Skip to content

Commit

Permalink
fix bash_completion path
Browse files Browse the repository at this point in the history
  • Loading branch information
hookenz committed Feb 25, 2024
1 parent aebca3f commit 4c1598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl -L https://get.helm.sh/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz | tar
RUN echo 'shell:x:1000:1000:shell,,,:/home/shell:/bin/bash' > /etc/passwd && \
echo 'shell:x:1000:' > /etc/group && \
mkdir /home/shell && \
echo '. /etc/profile.d/bash_completion.sh' >> /home/shell/.bashrc && \
echo '. /etc/bash/bash_completion.sh' >> /home/shell/.bashrc && \
echo 'alias kubectl="kubectl -n default"' >> /home/shell/.bashrc && \
echo 'alias k="kubectl"' >> /home/shell/.bashrc && \
echo 'alias ks="kubectl -n kube-system"' >> /home/shell/.bashrc && \
Expand Down

0 comments on commit 4c1598f

Please sign in to comment.