Skip to content

Commit

Permalink
Fix missing serverName value for app-config
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Oct 4, 2024
1 parent 758baa1 commit b91ac6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helmfile.d/10-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ releases:
set:
- name: ingress.hosts
values: [{{ .Values.server_name }}]
- name: serverName
value: {{ .Values.server_name }}

- name: kratos
chart: radar/kratos
Expand Down

0 comments on commit b91ac6c

Please sign in to comment.