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 10, 2024
1 parent e9ae623 commit c86292e
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 c86292e

Please sign in to comment.