[skip ci] move k3s config to default path
This commit is contained in:
parent
e784ed80c6
commit
018aea4808
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,7 @@ nextcloud-integrationtest:
|
|||
- wget -P /etc/apk/keys/ https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
|
||||
- apk add --no-cache --repository=https://apkproxy.herokuapp.com/sgerrand/alpine-pkg-leiningen leiningen
|
||||
|
||||
- mkdir -p ${HOME}/.kube/
|
||||
- curl -f k3s:8081 > ${HOME}/.kube/config
|
||||
- kubectl version
|
||||
- kubectl cluster-info
|
||||
|
@ -173,3 +174,4 @@ nextcloud-integrationtest:
|
|||
- pwd
|
||||
- cd ./src/test/resources/local-integration-test/ && ./setup-local-s3-on-k3d.sh
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue