Skip to content

Commit

Permalink
download link
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 7, 2023
1 parent eb4b229 commit 1ada6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cert-manager/template/testgrid/k8s-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
kubectl describe certificates | grep "The certificate has been successfully issued"
# setup cmctl
curl -fsSL -o cmctl.tar.gz https://github.com/cert-manager/cert-manager/releases/v__testver__/download/cmctl-linux-amd64.tar.gz
curl -fsSL -o cmctl.tar.gz https://github.com/cert-manager/cert-manager/releases/download/v__testver__/cmctl-linux-amd64.tar.gz
tar xzf cmctl.tar.gz
sudo mv cmctl /usr/local/bin
Expand Down

0 comments on commit 1ada6aa

Please sign in to comment.