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/truecharts/charts/tree/master/charts/incubator/checkmk
|
||||||
- https://github.com/tribe29/checkmk
|
- https://github.com/tribe29/checkmk
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- monitoring
|
- monitoring
|
||||||
|
|
|
@ -75,6 +75,7 @@ persistence:
|
||||||
mountPath: /omd/sites/cmk/tmp
|
mountPath: /omd/sites/cmk/tmp
|
||||||
cmk-cron:
|
cmk-cron:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
type: emptyDir
|
||||||
mountPath: /var/spool/cron/crontabs
|
mountPath: /var/spool/cron/crontabs
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
|
|
Loading…
Reference in New Issue