Skip to content

Commit

Permalink
Merge pull request #2163 from connorbradshaw10/pod-failover-fix
Browse files Browse the repository at this point in the history
chore: adding ability to BYO storage classes for pod failover
  • Loading branch information
edreed authored Jan 22, 2024
2 parents 51e73f1 + a5a3b93 commit 1425d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/podFailover/workload/chart/templates/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stringData:
AZURE_TENANT_ID: {{ .Values.azureTenantId }}
---
{{- end }}
{{- if .Values.storageClass }}
{{- if and .Values.storageClass .Values.storageClass.create }}
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
Expand Down

0 comments on commit 1425d7f

Please sign in to comment.