You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
565 B

  1. ---
  2. helm_enabled: false
  3. # specify a dir and attach it to helm for HELM_HOME.
  4. helm_home_dir: "/root/.helm"
  5. # Deployment mode: host or docker
  6. helm_deployment_type: host
  7. # Do not download the local repository cache on helm init
  8. helm_skip_refresh: false
  9. # Set URL for stable repository
  10. # helm_stable_repo_url: "https://kubernetes-charts.storage.googleapis.com"
  11. # Set node selector options for Tiller Deployment manifest.
  12. # tiller_node_selectors: "key1=val1,key2=val2"
  13. # Override values for the Tiller Deployment manifest.
  14. # tiller_override: "key1=val1,key2=val2"