[es] remove unused repo gpgkey for yum repo

pull/37735/head
Arhell 2022-11-06 00:23:15 +02:00
parent 7a942c17c0
commit 02d107ab8e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch
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 >}}