49eb5c06aba4761b2e68392b5e76a9d7b76bfa8e
[it/test.git] / XTesting / kubespray / inventory / local / group_vars / all / gcp.yml
1 ## GCP compute Persistent Disk CSI Driver credentials and parameters
2 ## See docs/gcp-pd-csi.md for information about the implementation
3
4 ## Specify the path to the file containing the service account credentials
5 # gcp_pd_csi_sa_cred_file: "/my/safe/credentials/directory/cloud-sa.json"
6
7 ## To enable GCP Persistent Disk CSI driver, uncomment below
8 # gcp_pd_csi_enabled: true
9 # gcp_pd_csi_controller_replicas: 1
10 # gcp_pd_csi_driver_image_tag: "v0.7.0-gke.0"