Skip to content

Commit

Permalink
Upgrade cluster scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitmaji committed Sep 22, 2022
1 parent 167d78c commit 4fc9668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_k8s/gok
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ EOF
}

godaddyWebhook() {
kubectl apply -f https://github.com/sumitmaji/kubernetes/tree/master/install_k8s/godaddy-cert-webhook/webhook-all.yml --validate=false
kubectl apply -f https://github.com/sumitmaji/kubernetes/raw/master/install_k8s/godaddy-cert-webhook/webhook-all.yml --validate=false
echo "Provide godaddy apikey and secret <API_KEY:SECRET>"
# shellcheck disable=SC2162
read API_KEY
Expand Down

0 comments on commit 4fc9668

Please sign in to comment.