Merge pull request #118365 from marosset/windows-gmsa-install-fixes
Fixing gmsa-webhook install steps for Windows GMSA full tests
This commit is contained in:
		@@ -321,8 +321,8 @@ func deployGmsaWebhook(ctx context.Context, f *framework.Framework) error {
 | 
				
			|||||||
	bindClusterRBACRoleToServiceAccount(ctx, f, s, "cluster-admin")
 | 
						bindClusterRBACRoleToServiceAccount(ctx, f, s, "cluster-admin")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	installSteps := []string{
 | 
						installSteps := []string{
 | 
				
			||||||
		"echo \"@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing/\" >> /etc/apk/repositories",
 | 
							"echo \"@community http://dl-cdn.alpinelinux.org/alpine/edge/community/\" >> /etc/apk/repositories",
 | 
				
			||||||
		"&& apk add kubectl@testing gettext openssl",
 | 
							"&& apk add kubectl@community gettext openssl",
 | 
				
			||||||
		"&& apk add --update coreutils",
 | 
							"&& apk add --update coreutils",
 | 
				
			||||||
		fmt.Sprintf("&& curl %s > gmsa.sh", gmsaWebhookDeployScriptURL),
 | 
							fmt.Sprintf("&& curl %s > gmsa.sh", gmsaWebhookDeployScriptURL),
 | 
				
			||||||
		"&& chmod +x gmsa.sh",
 | 
							"&& chmod +x gmsa.sh",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user