Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
fix: missing cache volume (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Thulio Ferraz Assis <thulio.assis@suse.com>
  • Loading branch information
Thulio Ferraz Assis authored Sep 14, 2020
1 parent 18d78ee commit d0982fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/minibroker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ spec:
periodSeconds: 15
failureThreshold: 2
volumeMounts:
- name: cache
mountPath: /home/minibroker/.cache
- name: provisioning-settings
mountPath: {{ $configPath | quote}}
readOnly: true
volumes:
- name: cache
emptyDir: {}
- name: provisioning-settings
configMap:
name: {{ printf "%s-provisioning-settings" .Release.Name | quote }}

0 comments on commit d0982fa

Please sign in to comment.