Skip to content

Commit

Permalink
chore: address CI lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: vadasambar <[email protected]>
  • Loading branch information
vadasambar committed Oct 25, 2023
1 parent b35cfa6 commit 942d446
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 942d446

Please sign in to comment.