Skip to content

Commit 5d688aa

Browse files
authored
Merge pull request #37793 from Arhell/vi-remove
[vi] remove unused repo gpgkey for yum repo
2 parents 8d33a30 + 5d2aabb commit 5d688aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/vi/docs/tasks/tools/install-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
7373
enabled=1
7474
gpgcheck=1
7575
repo_gpgcheck=1
76-
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
76+
gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
7777
EOF
7878
yum install -y kubectl
7979
{{< /tab >}}

0 commit comments

Comments
 (0)