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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user