Skip to content

Commit

Permalink
🐛 populate DB env for both stable and latest (#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon authored Sep 11, 2024
1 parent a3a692c commit c6ec495
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion roles/tackle/templates/kai/kai-api-deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ spec:
valueFrom:
secretKeyRef:
name: "{{ kai_db_secret_name }}"
key: POSTGRESQL_DB
key: POSTGRESQL_DATABASE
- name: POSTGRESQL_DB
valueFrom:
secretKeyRef:
name: "{{ kai_db_secret_name }}"
key: POSTGRESQL_DATABASE
- name: POSTGRESQL_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit c6ec495

Please sign in to comment.