You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
530 B
17 lines
530 B
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: centraldashboard
|
|
namespace: kubeflow
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: centraldashboard
|
|
env:
|
|
# This successfully logs out the user but the user is not redirected to
|
|
# the home page.
|
|
# https://github.com/kubeflow/kubeflow/blob/c6c4492/components/centraldashboard/public/components/logout-button.js#L50
|
|
# Please refresh the page after logging out.
|
|
- name: LOGOUT_URL
|
|
value: /oauth2/sign_out
|
|
|