Skip to content

Commit

Permalink
Merge pull request #308 from Flagsmith/fix/allow-admin-password-default
Browse files Browse the repository at this point in the history
fix: Enable ENABLE_ADMIN_ACCESS_USER_PASS by default
  • Loading branch information
rolodato authored Jan 21, 2025
2 parents 4112ef3 + 69ce9ff commit c97f5ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/flagsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion charts/flagsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c97f5ba

Please sign in to comment.