From 69ce9ff6111c6c18a46e4e4227646bff88ef0926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Mon, 20 Jan 2025 17:00:33 -0300 Subject: [PATCH] Enable ENABLE_ADMIN_ACCESS_USER_PASS by default --- charts/flagsmith/Chart.yaml | 2 +- charts/flagsmith/values.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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