Add installation notes and restructure environment variables
Some checks failed
Build Helm Chart / helm-package (push) Failing after 22s
Some checks failed
Build Helm Chart / helm-package (push) Failing after 22s
Updated the NOTES.txt template to include a congratulatory message upon successful installation of the Paperless-NGX chart and added a reminder to check the 'main' service for access details. In the values.yaml file, the structure of the environment variables section has been modified for improved clarity and readability. This rearrangement maintains the existing configuration while making it easier to understand where environment variables are defined. No breaking changes were introduced; the functionality remains intact.
This commit is contained in:
@@ -1 +1,6 @@
|
||||
{{- include "bjw-s.common.lib.chart.notes" . -}}
|
||||
{{- /* Dieser Header funktioniert in den meisten Fällen, da er in der lib existiert */}}
|
||||
{{- include "bjw-s.common.lib.chart.header" . }}
|
||||
|
||||
Herzlichen Glückwunsch! Die Installation Ihres Paperless-NGX-Charts war erfolgreich.
|
||||
|
||||
Um auf die Anwendung zuzugreifen, prüfen Sie bitte die Details des 'main' Service.
|
||||
|
||||
@@ -17,10 +17,9 @@ controllers:
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Image tag
|
||||
tag: 2.20.0
|
||||
|
||||
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
|
||||
# @default -- See [values.yaml](./values.yaml)
|
||||
env:
|
||||
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
|
||||
# @default -- See [values.yaml](./values.yaml)
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# PAPERLESS_SECRET_KEY: ""
|
||||
|
||||
Reference in New Issue
Block a user