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:
@@ -137,7 +137,7 @@ persistence:
|
||||
# -- Specify the name of the configmap object to be mounted
|
||||
objectName: '{{ include "common.names.fullname" . -}}-config'
|
||||
# -- Where to mount the volume in the main container.
|
||||
mountPath: /etc/loki
|
||||
mountPath: "/etc/loki"
|
||||
|
||||
volumeClaimTemplates:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user