Skip to content

Commit

Permalink
fix: config path shouldn't be readonly fs
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Feb 16, 2021
1 parent 883ec6d commit 2012159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2012159

Please sign in to comment.