Skip to content

Commit

Permalink
Fix feature gates in extraArgs
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Jun 24, 2019
1 parent d62029f commit 117665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ kubeadmConfigPatches:
name: config
apiServer:
extraArgs:
"feature-gates": "FeatureGateName=true"
"feature-gates": "CustomResourceWebhookConversion=true"
EOF

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

0 comments on commit 117665f

Please sign in to comment.