Skip to content

Commit

Permalink
fix: fix postgres password
Browse files Browse the repository at this point in the history
  • Loading branch information
walkoss committed Apr 15, 2023
1 parent 6de00cc commit 41a8b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions unleash/helm/unleash/values.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{ $unleashPgPwd := dedupe . "unleash.postgres.password" (randAlphaNum 20) }}

postgres:
password: {{ $unleashPgPwd }}

unleash:
{{- if .OIDC }}
ingress:
Expand Down
2 changes: 1 addition & 1 deletion unleash/plural/notes.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Your unleash installation is available at https://{{ .Values.hostname }}
{{ if .OIDC }}
Your directus has been configured with OAuth against your plural account!
Your unleash installation has been configured with OAuth against your plural account!
{{ else }}
You are using standard username/password authentication, so user management will be manual.
The default login is admin/unleash4all. We recommend to change it at https://{{ .Values.hostname }}/profile/change-password
Expand Down

0 comments on commit 41a8b82

Please sign in to comment.