Skip to content

Commit

Permalink
fix key creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfv-opensource committed Apr 16, 2024
1 parent 374feee commit 356c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function common_install() {
display_message_result "Adding docker package repository"

set -x
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key -a 2> /dev/null| gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key -a 2> /dev/null| gpg --dearmour -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
display_message_result "Adding google package repository signature"
chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg

Expand Down

0 comments on commit 356c8a4

Please sign in to comment.