Skip to content

Commit

Permalink
fix: missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed May 5, 2024
1 parent d7c7490 commit ed185ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubernetes/apps/default/linkding/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ spec:
POSTGRES_DB: "{{ .LINKDING__DB_DATABASE }}"
POSTGRES_USER: "{{ .LINKDING__DB_USER }}"
POSTGRES_PASS: "{{ .LINKDING__DB_PASSWORD }}"

INIT_POSTGRES_HOST: "{{ .GCP__POSTGRES_DB_APPS_HOST }}"
INIT_POSTGRES_SUPER_PASS: "{{ .GCP__POSTGRES_DB_APPS_SUPER_PASS }}"
INIT_POSTGRES_USER: "{{ .LINKDING__DB_USER }}"
INIT_POSTGRES_PASS: "{{ .LINKDING__DB_PASSWORD }}"
INIT_POSTGRES_DBNAME: "{{ .LINKDING__DB_DATABASE }}"

dataFrom:
- find:
Expand Down

0 comments on commit ed185ea

Please sign in to comment.