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"