Skip to content

Commit

Permalink
updated gke csi provisioner
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Joshi <[email protected]>
  • Loading branch information
adityajoshi12 committed Nov 24, 2023
1 parent 94a63b5 commit ad75387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- if eq .Values.cloud_provider "aws" }}
provisioner: kubernetes.io/aws-ebs
{{- else if eq .Values.cloud_provider "gcp" }}
provisioner: gce.csi.google.com
provisioner: pd.csi.storage.gke.io
{{- else if eq .Values.cloud_provider "minikube" }}
provisioner: k8s.io/minikube-hostpath
{{- else if eq .Values.cloud_provider "azure" }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ volumeBindingMode: Immediate
{% if cloud_provider == "aws" %}
provisioner: kubernetes.io/aws-ebs
{% elif cloud_provider == "gcp" %}
provisioner: gce.csi.google.com
provisioner: pd.csi.storage.gke.io
{% elif cloud_provider == "minikube" %}
provisioner: k8s.io/minikube-hostpath
{% endif %}
Expand Down

0 comments on commit ad75387

Please sign in to comment.