Skip to content

Commit

Permalink
adding kuttl to a temp bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Oct 29, 2024
1 parent bd354c8 commit a26dfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kuttl_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stabl
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
echo "$(cat kubectl.sha256) ./kubectl" | sha256sum --check
chmod +x kubectl
# mv kubectl /container_workspace/bin
# export PATH="/container_workspace/bin:$PATH"
mv kubectl /container_workspace/bin
export PATH="/container_workspace/bin:$PATH"

# Install krew for kubectl
(
Expand Down

0 comments on commit a26dfa0

Please sign in to comment.