split nextcloud chart components into separate files
This commit is contained in:
11
helm/nextcloud/templates/NOTES.txt
Normal file
11
helm/nextcloud/templates/NOTES.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user