Closed gberche-orange closed 1 year ago
As a paas-templates author, and operator In order to work with automated tests I need the testkube cli to be installed
https://docs.testkube.io/getting-started/step1-installing-cli#ubuntudebian
sudo -i export no_proxy=127.0.0.1,localhost,.... export https_proxy=http://system-internet-http-proxy.internal.paas:3128 export HTTPS_PROXY=http://system-internet-http-proxy.internal.paas:3128 export HTTP_PROXY=http://system-internet-http-proxy.internal.paas:3128 export http_proxy=http://system-internet-http-proxy.internal.paas:3128 curl -sSLf https://get.testkube.io | bash source <(kubectl testkube completion bash)
Done with latest release
Expected
As a paas-templates author, and operator In order to work with automated tests I need the testkube cli to be installed
https://docs.testkube.io/getting-started/step1-installing-cli#ubuntudebian
Current workaround