chore(apps): cleanup questions by removing hidden dicts (#1558)

* chore(apps): cleanup questions by removing hidden dicts

* persistence cleanup pt1

* persistence cleanup pt2

* persistence cleanup pt3

* persistence cleanup pt4

* persistence cleanup pt5

* remove gui for staticfiles for recipes

* make mountPath visible and read-only field

* make mountPath visible and read-only field

* bump patch

* remove trailing `/` on paths and fix freerad

* enable udev (scrutiny)

* also cleanup vCT

* move mountPath under advanced

* update mountPath label

* bump patch dep train
This commit is contained in:
Stavros Kois
2021-12-18 20:25:00 +01:00
committed by GitHub
parent 82298852f4
commit cf1485a0b7
444 changed files with 2153 additions and 3490 deletions
+4 -4
View File
@@ -46,22 +46,22 @@ persistence:
# @default -- Disabled
config:
enabled: true
mountPath: /etc/icinga2
mountPath: "/etc/icinga2"
# -- Icinga2 Data
# @default -- Disabled
data:
enabled: true
mountPath: /var/lib/icinga2
mountPath: "/var/lib/icinga2"
# -- Icingaweb2 configuration folder
# @default -- Disabled
web:
enabled: true
mountPath: /etc/icingaweb2
mountPath: "/etc/icingaweb2"
# -- ssmtp folder
# @default -- Disabled
ssmtp:
enabled: true
mountPath: /etc/ssmtp
mountPath: "/etc/ssmtp"
envValueFrom:
DEFAULT_MYSQL_HOST: