added option to add extra env variables

This commit is contained in:
Richard Tomik
2025-12-11 13:05:15 +01:00
parent 3a61591220
commit 7be50d4890
3 changed files with 16 additions and 1 deletions

View File

@ -120,6 +120,18 @@ config:
# This should match your ingress hostname
authUrl: "http://norish.domain.com"
# Extra environment variables
# Example:
# extraEnv:
# - name: MY_CUSTOM_VAR
# value: "my-value"
# - name: SECRET_VAR
# valueFrom:
# secretKeyRef:
# name: my-secret
# key: secret-key
extraEnv: []
# Master encryption key (required)
# Generate with: openssl rand -base64 32
# For production, use an existing Kubernetes Secret