Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c202199

Browse files
committed
Change e2e K8S version env name
Signed-off-by: JoshVanL <[email protected]>
1 parent 984793a commit c202199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/environment/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Environment struct {
2424
}
2525

2626
func Create(masterNodes, workerNodes int) (*Environment, error) {
27-
nodeImage := os.Getenv("KUBE-OIDC-PROXY_K8S_VERSION")
27+
nodeImage := os.Getenv("KUBE_OIDC_PROXY_K8S_VERSION")
2828
if nodeImage == "" {
2929
nodeImage = defaultNodeImage
3030
}

0 commit comments

Comments
 (0)