Skip to content

Commit

Permalink
Merge pull request #148 from team-monolith-product/bugfix/pvc-helm-te…
Browse files Browse the repository at this point in the history
…mplate-indentation

[Bugfix] Fix indentation issue in Helm Chart PVC
  • Loading branch information
YuhanLiu11 authored Feb 18, 2025
2 parents a01852b + 4c9b605 commit 89305e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
requests:
storage: {{ $modelSpec.pvcStorage | default "20Gi" }} # Default to 40Gi if not set
{{- if hasKey $modelSpec "storageClass" }}
storageClassName: "{{ $modelSpec.storageClass }}"
storageClassName: "{{ $modelSpec.storageClass }}"
{{- end }}
{{- if not (empty $modelSpec.pvcMatchLabels) }}
selector:
Expand Down

0 comments on commit 89305e3

Please sign in to comment.