From 883ec6d3de9e2d1f99e0cf236ea1a4d60f8fb67e Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 16 Feb 2021 12:29:40 +1100 Subject: [PATCH] fix: don't enable securityContext by default --- charts/authelia/Chart.yaml | 2 +- charts/authelia/values.local.yaml | 18 ++++++++++-------- charts/authelia/values.yaml | 18 ++++++++++-------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/charts/authelia/Chart.yaml b/charts/authelia/Chart.yaml index 962aaf1..19f345e 100644 --- a/charts/authelia/Chart.yaml +++ b/charts/authelia/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: authelia -version: 0.1.9 +version: 0.1.10 kubeVersion: ">= 1.13.0" description: Authelia is a Single Sign-On Multi-Factor portal for web apps type: application diff --git a/charts/authelia/values.local.yaml b/charts/authelia/values.local.yaml index 18a6b3b..8c1171c 100644 --- a/charts/authelia/values.local.yaml +++ b/charts/authelia/values.local.yaml @@ -186,14 +186,16 @@ pod: updateStrategy: RollingUpdate securityContext: - container: - runAsUser: 2000 - runAsGroup: 2000 - fsGroup: 2000 - pod: - readOnlyRootFilesystem: true - allowPrivilegeEscalation: false - privileged: false + container: { } + # container: + # runAsUser: 2000 + # runAsGroup: 2000 + # fsGroup: 2000 + pod: { } + # pod: + # readOnlyRootFilesystem: true + # allowPrivilegeEscalation: false + # privileged: false tolerations: [ ] # tolerations: diff --git a/charts/authelia/values.yaml b/charts/authelia/values.yaml index 717388d..b20b0b3 100644 --- a/charts/authelia/values.yaml +++ b/charts/authelia/values.yaml @@ -185,14 +185,16 @@ pod: updateStrategy: RollingUpdate securityContext: - container: - runAsUser: 2000 - runAsGroup: 2000 - fsGroup: 2000 - pod: - readOnlyRootFilesystem: true - allowPrivilegeEscalation: false - privileged: false + container: { } + # container: + # runAsUser: 2000 + # runAsGroup: 2000 + # fsGroup: 2000 + pod: { } + # pod: + # readOnlyRootFilesystem: true + # allowPrivilegeEscalation: false + # privileged: false tolerations: [ ] # tolerations: