Skip to content

Commit

Permalink
minor property fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthranjan committed Sep 25, 2024
1 parent d47e19d commit 7fb72a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile.d/10-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ releases:
value: postgres://{{ .Values.management_portal.postgres.user }}:{{ .Values.management_portal.postgres.password }}@{{ .Values.management_portal.postgres.host }}:{{ .Values.management_portal.postgres.port }}/{{ .Values | get "hydra.jdbc.database" "hydra" }}
- name: hydra.config.urls.self.public
value: https://{{ .Values.server_name }}/hydra/
- name: hydra.config.urls.self.issuer
- name: hydra.config.urls.self.admin
value: https://{{ .Values.server_name }}/admin/hydra/
- name: hydra.config.urls.self.issuer
value: https://{{ .Values.server_name }}/hydra/
Expand Down

0 comments on commit 7fb72a6

Please sign in to comment.