diff --git a/charts/flagsmith/Chart.yaml b/charts/flagsmith/Chart.yaml index d5c441a..8d75583 100644 --- a/charts/flagsmith/Chart.yaml +++ b/charts/flagsmith/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: flagsmith description: Flagsmith type: application -version: 0.67.0 +version: 0.67.1 appVersion: 2.159.0 dependencies: - name: postgresql diff --git a/charts/flagsmith/values.yaml b/charts/flagsmith/values.yaml index fa09749..cf592c0 100644 --- a/charts/flagsmith/values.yaml +++ b/charts/flagsmith/values.yaml @@ -30,7 +30,11 @@ api: # cpu: 300m # memory: 300Mi podLabels: {} - extraEnv: {} + # https://docs.flagsmith.com/deployment/hosting/locally-api#environment-variables + extraEnv: + # Allows authenticating with a local password to Django Admin + # See https://docs.flagsmith.com/deployment/configuration/django-admin + ENABLE_ADMIN_ACCESS_USER_PASS: true # extraEnvFromSecret: # NAME: # secretName: mysecret