mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Merge pull request #16719 from mikedanese/enable-deploy
Auto commit by PR queue bot
This commit is contained in:
commit
3a6c9df1f5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user