From 3226d8b25b7af149f8dbf69525cff9015e3676dd Mon Sep 17 00:00:00 2001 From: Alexander Bauer Date: Tue, 8 Nov 2022 00:46:27 +0000 Subject: [PATCH] fixup! Add mostly-unchanged Helm chart from k8s-at-home --- charts/paperless-ngx/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/paperless-ngx/templates/NOTES.txt b/charts/paperless-ngx/templates/NOTES.txt index 58de7156b..d16476cad 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"