diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml index 50ed237acb0f..6f2c522cbd27 100644 --- a/charts/cluster-autoscaler/values.yaml +++ b/charts/cluster-autoscaler/values.yaml @@ -245,9 +245,11 @@ image: kubeTargetVersionOverride: "" # kwokConfigMapName -- configmap for configuring kwok provider -kwokConfigMapName: "" # default: kwok-provider-config +# default: kwok-provider-config +kwokConfigMapName: "" # kwokConfigMapKey -- name of the key in the configmap which has kwok provider settings -kwokConfigMapKey: "" # default: templates +# default: templates +kwokConfigMapKey: "" # magnumCABundlePath -- Path to the host's CA bundle, from `ca-file` in the cloud-config file. magnumCABundlePath: "/etc/kubernetes/ca-bundle.crt"