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.

10 lines
457 B

  1. ## GCP compute Persistent Disk CSI Driver credentials and parameters
  2. ## See docs/gcp-pd-csi.md for information about the implementation
  3. ## Specify the path to the file containing the service account credentials
  4. # gcp_pd_csi_sa_cred_file: "/my/safe/credentials/directory/cloud-sa.json"
  5. ## To enable GCP Persistent Disk CSI driver, uncomment below
  6. # gcp_pd_csi_enabled: true
  7. # gcp_pd_csi_controller_replicas: 1
  8. # gcp_pd_csi_driver_image_tag: "v0.7.0-gke.0"