Skip to content

Commit

Permalink
Merge pull request #9 from andyverberne/issue/#8
Browse files Browse the repository at this point in the history
Fixes #8 -- Corrects mountPath of media in open zaak deployment
  • Loading branch information
joeribekker authored Jun 30, 2021
2 parents 650967f + 7a3cb8a commit cf54e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/open-zaak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: open-zaak
description: Productiewaardige API's voor Zaakgericht Werken

type: application
version: 0.2.1
version: 0.2.2
appVersion: 1.3.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open-zaak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: media
mountPath: /media
mountPath: /app/private-media
volumes:
- name: media
{{- if .Values.persistence.enabled }}
Expand Down

0 comments on commit cf54e62

Please sign in to comment.