feat(helm): Add inline custom terms configuration, fix symlink detection (#1585)

This commit is contained in:
Fabian Reinold
2026-03-16 21:29:04 +01:00
committed by GitHub
parent d9ae02899d
commit 95e479cd3a
5 changed files with 64 additions and 1 deletions
+16
View File
@@ -248,6 +248,22 @@ extraEnv: []
## - name: SMTP_FROM
## value: "your_email@example.com"
## End User Terms of Service configuration
## Mount custom terms of service markdown files into the Planka deployment
##
terms:
enabled: false
# Provide individual language files as key-value pairs
# e.g.,
# customFiles:
# en-US.md: |
# # End User Terms of Service
# ...
# de-DE.md: |
# # Nutzungsbedingungen
# ...
customFiles: {}
## Extra volume mounts configuration
## Mount ConfigMaps, Secrets, and arbitrary volumes to the PLANKA container
## This allows mounting any pre-existing ConfigMaps, Secrets, or other volume types