Skip to content

Commit

Permalink
fix(mollysocket): pvc with volumeName
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Feb 25, 2023
1 parent 53bd384 commit efba2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mollysocket/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Deploy MollySocket into Kubernetes

type: application

version: 0.2.3
version: 0.2.4

appVersion: "0.2.2"
3 changes: 3 additions & 0 deletions charts/mollysocket/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ spec:
storageClassName: "{{ .Values.persistence.storageClass }}"
{{- end }}
{{- end }}
{{- if .Values.persistence.hostPath }}
volumeName: {{ template "mollysocket.fullname" . }}
{{- end }}
{{- end -}}

0 comments on commit efba2ea

Please sign in to comment.