fix(checkmk): use emptydir
This commit is contained in:
parent
63043e45c8
commit
0d4c5f6c52
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/checkmk
|
||||
- https://github.com/tribe29/checkmk
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- monitoring
|
||||
|
|
|
@ -75,6 +75,7 @@ persistence:
|
|||
mountPath: /omd/sites/cmk/tmp
|
||||
cmk-cron:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /var/spool/cron/crontabs
|
||||
|
||||
portal:
|
||||
|
|
Loading…
Reference in New Issue