mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `nextcloud`
|
|
- Username: `{{ .Values.nextcloudDbUser | b64dec }}`
|
|
- Password: `{{ .Values.nextcloudDbPass | b64dec }}`
|
|
- Host: `{{ .Values.nextcloudDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{- $_ := unset .Values "nextcloudDbUser" }}
|
|
{{- $_ := unset .Values "nextcloudDbPass" }}
|
|
{{- $_ := unset .Values "nextcloudDbHost" }}
|