Release paperlessngx helmchart v0.0.1

This commit is contained in:
Richard Tomik
2025-09-14 17:37:28 +02:00
parent 85b6787314
commit af1ecd86cb
11 changed files with 1301 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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.