Skip to content

Commit 117665f

Browse files
committed
Fix feature gates in extraArgs
Signed-off-by: Vince Prignano <[email protected]>
1 parent d62029f commit 117665f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ kubeadmConfigPatches:
7979
name: config
8080
apiServer:
8181
extraArgs:
82-
"feature-gates": "FeatureGateName=true"
82+
"feature-gates": "CustomResourceWebhookConversion=true"
8383
EOF
8484

8585
kind create cluster --name "${BOOTSTRAP_CLUSTER_NAME}" --config /tmp/integration.cluster

0 commit comments

Comments
 (0)