[vi] remove unused repo gpgkey for yum repo

pull/37793/head
Arhell 2022-11-09 00:20:54 +02:00
parent aaaa6303f4
commit 5d2aabb8c7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
yum install -y kubectl
{{< /tab >}}