Commit 3a6c9df1 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #16719 from mikedanese/enable-deploy

Auto commit by PR queue bot
parents 2041297a 7206a561
...@@ -111,7 +111,7 @@ if [[ "${ENABLE_NODE_AUTOSCALER}" == "true" ]]; then ...@@ -111,7 +111,7 @@ if [[ "${ENABLE_NODE_AUTOSCALER}" == "true" ]]; then
fi fi
# Optional: Enable deployment experimental feature, not ready for production use. # Optional: Enable deployment experimental feature, not ready for production use.
ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-false}" ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-true}"
if [[ "${ENABLE_DEPLOYMENTS}" == "true" ]]; then if [[ "${ENABLE_DEPLOYMENTS}" == "true" ]]; then
ENABLE_EXPERIMENTAL_API=true ENABLE_EXPERIMENTAL_API=true
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment