Skip to content

Commit

Permalink
Merge pull request #15 from gandazgul/patch-1
Browse files Browse the repository at this point in the history
Add subPath to volumeMounts in deployment.yaml
  • Loading branch information
andrzejwp authored Feb 27, 2021
2 parents ca4995c + 1cd555b commit 744b176
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/bitwarden-k8s/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ spec:
volumeMounts:
- name: data
mountPath: /data
{{- if and .Values.persistence.enabled .Values.persistence.subPath }}
subPath: {{ .Values.persistence.subPath }}
{{- end }}
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
- name: {{ .Values.image.pullSecrets }}
Expand Down

0 comments on commit 744b176

Please sign in to comment.