Skip to content

Commit

Permalink
feat(windmill): update postgres credentials in externalsecret.yaml fo…
Browse files Browse the repository at this point in the history
…r improved security
  • Loading branch information
rafaribe committed Jan 10, 2025
1 parent 7ab05c1 commit 43421d3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
# Postgres Init
INIT_POSTGRES_DBNAME: windmill
INIT_POSTGRES_HOST: "{{ .POSTGRES_HOST }}"
INIT_POSTGRES_USER: windmill
INIT_POSTGRES_PASS: "{{ .POSTGRES_GENERIC_APP_PASSWORD }}"
INIT_POSTGRES_USER: postgres
INIT_POSTGRES_PASS: "{{ .POSTGRES_SUPER_PASS }}"
INIT_POSTGRES_SUPER_PASS: "{{ .POSTGRES_SUPER_PASS }}"
WINDMILL_POSTGRES_URL: "postgres://windmill:{{ .POSTGRES_GENERIC_APP_PASSWORD }}@{{ .POSTGRES_HOST }}/windmill?sslmode=disable"
WINDMILL_POSTGRES_URL: "postgres://postgres:{{ .POSTGRES_SUPER_PASS }}@{{ .POSTGRES_HOST }}/windmill?sslmode=disable"
dataFrom:
- extract:
key: /cloudnativepg
Expand Down

0 comments on commit 43421d3

Please sign in to comment.