Skip to content

Commit

Permalink
feat(helm): allow templating of dashboard rootUrl (#4370) (#4374)
Browse files Browse the repository at this point in the history
Co-authored-by: Kunal Gupta <assaxor@gmail.com>
  • Loading branch information
g1eny0ung and iamKunal committed Mar 18, 2024
1 parent b897a35 commit 0056240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For more information and how-to, see [RFC: Keep A Changelog](https://github.com/

### Added

- Nothing
- Helm: allow templating of dashboard rootUrl [#4370](https://github.com/chaos-mesh/chaos-mesh/pull/4370)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion helm/chaos-mesh/templates/chaos-dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
- name: DNS_SERVER_CREATE
value: "{{ .Values.dnsServer.create }}"
- name: ROOT_URL
value: "{{ .Values.dashboard.rootUrl }}"
value: "{{ tpl .Values.dashboard.rootUrl . }}"
- name: ENABLE_PROFILING
value: "{{ .Values.enableProfiling }}"
volumeMounts:
Expand Down

0 comments on commit 0056240

Please sign in to comment.