home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 38613ff4f6e03c1b7969c5bf6ba5fdd618d2a7c8
parent 750e711e312bef68542b7a181f8c1769059a6ffe
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  6 Jan 2020 16:42:43 +0100

chos4: use https 🦹

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/scripts/bin/chos4 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/scripts/bin/chos4 b/pkgs/scripts/bin/chos4 @@ -3,7 +3,7 @@ set -e -BASE_URL="http://osinstall.chmouel.com" +BASE_URL="https://osinstall.chmouel.com" curl -s "${BASE_URL}/vincent/kubeadmin.password.gpg"|gpg --decrypt > ~/.kube/kubeadmin.password.os4 curl -s "${BASE_URL}/vincent/webaccess.gpg"|gpg --decrypt > ~/.kube/webaccess.os4 curl -s "${BASE_URL}/vincent/kubeconfig.gpg"|gpg --decrypt > ~/.kube/config.os4 && export KUBECONFIG=~/.kube/config.os4