mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-04-05 09:40:38 +00:00
13 lines
511 B
YAML
13 lines
511 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "paperless-ngx.fullname" . }}-configmap
|
|
labels:
|
|
{{- include "paperless-ngx.labels" . | nindent 4 }}
|
|
data:
|
|
# Additional configuration files can be added here if needed
|
|
# Most Paperless-ngx configuration is handled via environment variables
|
|
README.txt: |
|
|
This ConfigMap can be used to store additional configuration files
|
|
for Paperless-ngx if needed. The main configuration is handled via
|
|
environment variables in the deployment. |