diff --git a/charts/authelia/Chart.yaml b/charts/authelia/Chart.yaml index 19f345e..db22bef 100644 --- a/charts/authelia/Chart.yaml +++ b/charts/authelia/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: authelia -version: 0.1.10 +version: 0.1.11 kubeVersion: ">= 1.13.0" description: Authelia is a Single Sign-On Multi-Factor portal for web apps type: application diff --git a/charts/authelia/templates/deployment.yaml b/charts/authelia/templates/deployment.yaml index 3e7f40b..e796599 100644 --- a/charts/authelia/templates/deployment.yaml +++ b/charts/authelia/templates/deployment.yaml @@ -140,7 +140,7 @@ spec: {{- if (include "authelia.enabled.configMap" .) }} - mountPath: /config name: config - readOnly: true + readOnly: false {{- end }} - mountPath: /usr/app/secrets name: secrets