Skip to content

Commit

Permalink
[fix] storgaeclass template
Browse files Browse the repository at this point in the history
Signed-off-by: Roy,Sownak <[email protected]>
  • Loading branch information
sownak authored and suvajit-sarkar committed Jan 13, 2024
1 parent 7d7a44b commit b3adfc9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ global:
provider: "{{ cloud_provider }}"
reclaimPolicy: Delete
volumeBindingMode: Immediate
{% if cloudProvider == "aws" %}
{% if cloud_provider == "aws" %}
provisioner: kubernetes.io/aws-ebs
{% elif cloudProvider == "gcp" %}
{% elif cloud_provider == "gcp" %}
provisioner: pd.csi.storage.gke.io
{% elif cloudProvider == "minikube" %}
{% elif cloud_provider == "minikube" %}
provisioner: k8s.io/minikube-hostpath
{% endif %}
{% if cloudProvider == "aws" %}
{% if cloud_provider == "aws" %}
allowedTopologies:
enabled: false
matchLabelExpressions:
Expand Down

0 comments on commit b3adfc9

Please sign in to comment.