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

Commit d0982fa

Browse files
author
Thulio Ferraz Assis
authored
fix: missing cache volume (#107)
Signed-off-by: Thulio Ferraz Assis <[email protected]>
1 parent 18d78ee commit d0982fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/minibroker/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,14 @@ spec:
7575
periodSeconds: 15
7676
failureThreshold: 2
7777
volumeMounts:
78+
- name: cache
79+
mountPath: /home/minibroker/.cache
7880
- name: provisioning-settings
7981
mountPath: {{ $configPath | quote}}
8082
readOnly: true
8183
volumes:
84+
- name: cache
85+
emptyDir: {}
8286
- name: provisioning-settings
8387
configMap:
8488
name: {{ printf "%s-provisioning-settings" .Release.Name | quote }}

0 commit comments

Comments
 (0)