Skip to content

Commit

Permalink
Fix path to appserver postgress password
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Apr 11, 2024
1 parent 71859d3 commit 3fdd34b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helmfile.d/20-appserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ releases:
values: [{{ .Values.server_name }}]
- name: serverName
value: {{ .Values.server_name }}
- name: postgres.password
value: {{ .Values.radar_appserver.postgres.password }}

0 comments on commit 3fdd34b

Please sign in to comment.