From: Alexander Bauer Date: Tue, 8 Nov 2022 00:46:27 +0000 (+0000) Subject: fixup! Add mostly-unchanged Helm chart from k8s-at-home X-Git-Tag: v1.10.2~3^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3226d8b25b7af149f8dbf69525cff9015e3676dd;p=thirdparty%2Fpaperless-ngx.git fixup! Add mostly-unchanged Helm chart from k8s-at-home --- diff --git a/charts/paperless-ngx/templates/NOTES.txt b/charts/paperless-ngx/templates/NOTES.txt index 58de7156b4..d16476cad0 100644 --- a/charts/paperless-ngx/templates/NOTES.txt +++ b/charts/paperless-ngx/templates/NOTES.txt @@ -1,4 +1,4 @@ {{- include "common.notes.defaultNotes" . }} 2. Create a super user by running the command: export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "common.names.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") - kubectl exec -it --namespace {{ .Release.Namespace }} $POD_NAME -- bash -c "python manage.py createsuperuser" \ No newline at end of file + kubectl exec -it --namespace {{ .Release.Namespace }} $POD_NAME -- bash -c "python manage.py createsuperuser"