mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 09:51:07 +08:00
* update values * update template * bump version * update ui * add migration * dont wait backup dir to be consumed
15 lines
213 B
YAML
15 lines
213 B
YAML
wpConfig:
|
|
enableCronJob: true
|
|
cronSchedule: "*/1 * * * *"
|
|
|
|
wpStorage:
|
|
data:
|
|
type: pvc
|
|
mariadbData:
|
|
type: pvc
|
|
mariadbBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|