Skip to content

Commit

Permalink
fix: incorrect references DASHBOARD_LINKS_CONFIGMAP env-var (#7264)
Browse files Browse the repository at this point in the history
Signed-off-by: Hyeonki Hong <hhk7734@gmail.com>
  • Loading branch information
hhk7734 authored May 24, 2024
1 parent e919187 commit 030760f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ spec:
value: profiles-kfam.kubeflow
- name: REGISTRATION_FLOW
value: $(CD_REGISTRATION_FLOW)
- name: DASHBOARD_LINKS_CONFIGMAP
- name: DASHBOARD_CONFIGMAP
value: $(CD_CONFIGMAP_NAME)
serviceAccountName: centraldashboard-angular
2 changes: 1 addition & 1 deletion components/centraldashboard/manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
value: profiles-kfam.kubeflow
- name: REGISTRATION_FLOW
value: CD_REGISTRATION_FLOW_PLACEHOLDER
- name: DASHBOARD_LINKS_CONFIGMAP
- name: DASHBOARD_CONFIGMAP
value: CD_CONFIGMAP_NAME_PLACEHOLDER
- name: LOGOUT_URL
value: '/authservice/logout'
Expand Down

0 comments on commit 030760f

Please sign in to comment.