This commit is contained in:
armistace 2025-06-06 09:59:47 +10:00
parent 202c787f19
commit 3db9f63246

View File

@ -47,7 +47,7 @@ jobs:
- name: Deploy
run: |
echo "Installing Kubectl"
apt get update
apt-get update
apt-get install -y apt-transport-https ca-certificates curl gnupg
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.33/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg