Skip to content

Commit

Permalink
Fixing gmsa-webhook install steps for Windows GMSA full tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Rossetti <[email protected]>
  • Loading branch information
marosset committed May 31, 2023
1 parent 544005c commit 5b3510c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/windows/gmsa_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ func deployGmsaWebhook(ctx context.Context, f *framework.Framework) error {
bindClusterRBACRoleToServiceAccount(ctx, f, s, "cluster-admin")

installSteps := []string{
"echo \"@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing/\" >> /etc/apk/repositories",
"&& apk add kubectl@testing gettext openssl",
"echo \"@community http://dl-cdn.alpinelinux.org/alpine/edge/community/\" >> /etc/apk/repositories",
"&& apk add kubectl@community gettext openssl",
"&& apk add --update coreutils",
fmt.Sprintf("&& curl %s > gmsa.sh", gmsaWebhookDeployScriptURL),
"&& chmod +x gmsa.sh",
Expand Down

0 comments on commit 5b3510c

Please sign in to comment.