stray w
This commit is contained in:
parent
202c787f19
commit
3db9f63246
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
echo "Installing Kubectl"
|
echo "Installing Kubectl"
|
||||||
apt get update
|
apt-get update
|
||||||
apt-get install -y apt-transport-https ca-certificates curl gnupg
|
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
|
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
|
chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user