Skip to content

Commit

Permalink
Merge pull request kubernetes#37742 from Arhell/de-remove
Browse files Browse the repository at this point in the history
[de] remove unused repo gpgkey for yum repo
  • Loading branch information
k8s-ci-robot authored Nov 18, 2022
2 parents 0ef7e1d + a698d96 commit 9ac44f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/de/docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 >}}
Expand Down

0 comments on commit 9ac44f2

Please sign in to comment.