mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
fixup! Add mostly-unchanged Helm chart from k8s-at-home
This commit is contained in:
parent
5c4363cbea
commit
3226d8b25b
@ -1,4 +1,4 @@
|
|||||||
{{- include "common.notes.defaultNotes" . }}
|
{{- include "common.notes.defaultNotes" . }}
|
||||||
2. Create a super user by running the command:
|
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}")
|
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"
|
kubectl exec -it --namespace {{ .Release.Namespace }} $POD_NAME -- bash -c "python manage.py createsuperuser"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user