This commit is contained in:
parent
6a109f53d0
commit
38f0ec5475
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ RUN VAULT_VERSION=1.5.3 && KUBECTL_VERSION=v1.19.2 && HELM_VERSION=v3.3.3 && \
|
|||
rm -f kubectl && \
|
||||
wget https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz && \
|
||||
tar -zxf helm-${HELM_VERSION}-linux-amd64.tar.gz && \
|
||||
sudo install -o root -g root -m 0755 linux-amd64/helm /usr/local/bin/helm && \
|
||||
install -o root -g root -m 0755 linux-amd64/helm /usr/local/bin/helm && \
|
||||
rm -fr helm-${HELM_VERSION}-linux-amd64.tar.gz linux-amd64 && \
|
||||
mkdir -p /etc/ansible /ansible && \
|
||||
echo "[local]" >> /etc/ansible/hosts && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue