Files
homelab/helm/nextcloud/templates/NOTES.txt

12 lines
436 B
Plaintext

Nextcloud has been installed!
{{ if .Values.show_passwords -}}
`show_passwords` is true. Here are the generated (or retrieved) passwords:
NEXTCLOUD_ADMIN_PASSWORD: {{ include "NEXTCLOUD_ADMIN_PASSWORD" . | quote }}
POSTGRES_PASSWORD: {{ include "POSTGRES_PASSWORD" . | quote }}
REDIS_HOST_PASSWORD: {{ include "REDIS_PASSWORD" . | quote }}
{{ else }}
Run with `--set show_passwords=true` to output the generated passwords.
{{- end }}