What does the comment for configmap disabled actually mean? #260
Replies: 1 comment
-
But this chart version (0.9.5) contains other inconsistencies (f.ex. in templates/deployment.yaml, .Values.pod.securityContext.pod gets passed to the container and .Values.pod.securityContext.container to the pod). I'd submit PR's to fix these, but I've simply decided to go back to an earlier version (0.8.58). The chart has become way too complex for me without giving anything I'd make us of in return. F.ex. no idea why we went from using |
Beta Was this translation helpful? Give feedback.
-
https://github.com/authelia/chartrepo/blob/master/charts/authelia/values.yaml#L412
I would expect
disabled: false
to create a config map and thus not require a persistent volume to store the config, but the note above saysI don't understand how to set the setting to use the config map and not use a persistent volume based on the comment and naming.
Beta Was this translation helpful? Give feedback.
All reactions