Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthranjan committed Sep 24, 2024
1 parent 9df2177 commit e0cfc03
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 @@ -383,7 +383,7 @@ releases:
- name: serverName
value: {{ .Values.server_name }}
- name: hydra.config.dsn
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: kratos.config.serve.public.base_url
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.serve.public.base_url
value: https://{{ .Values.server_name }}/hydra/
- name: hydra.config.serve.admin.base_url
Expand Down

0 comments on commit e0cfc03

Please sign in to comment.