Skip to content

Commit

Permalink
create new directory in central dashboard called manuel-patches for o…
Browse files Browse the repository at this point in the history
…auth2-proxy

Signed-off-by: Tom Zaspel <tom@zaspel.it>
  • Loading branch information
tzabbi committed Jul 29, 2024
1 parent 48c4c16 commit f92cd95
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
# Using kserve overlay because it's also used in example installation.
- ../kserve
- ../../upstream/overlays/kserve

components:
- ../../../../../common/oauth2-proxy/components/central-dashboard
- ../../../../common/oauth2-proxy/components/central-dashboard
2 changes: 1 addition & 1 deletion apps/centraldashboard/upstream/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: DASHBOARD_CONFIGMAP
value: CD_CONFIGMAP_NAME_PLACEHOLDER
- name: LOGOUT_URL
value: '/oauth2/logout'
value: '/authservice/logout'
- name: POD_NAMESPACE
valueFrom:
fieldRef:
Expand Down
4 changes: 2 additions & 2 deletions common/oauth2-proxy/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ make the following changes to the `example/kustomization.yaml` file:
# from
- ../apps/centraldashboard/upstream/overlays/kserve
# to
- ../apps/centraldashboard/upstream/overlays/oauth2-proxy
- ../apps/centraldashboard/manuel-patches/overlays/oauth2-proxy
```
All those changes combined can be done with this single command:
Expand Down Expand Up @@ -223,7 +223,7 @@ index c1a85789..4a50440c 100644
- ../apps/katib/upstream/installs/katib-with-kubeflow
# Central Dashboard
-- ../apps/centraldashboard/upstream/overlays/kserve
+- ../apps/centraldashboard/upstream/overlays/oauth2-proxy
+- ../apps/centraldashboard/manuel-patches/oauth2-proxy
# Admission Webhook
- ../apps/admission-webhook/upstream/overlays/cert-manager
# Jupyter Web App
Expand Down
2 changes: 1 addition & 1 deletion example/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resources:
# Katib
- ../apps/katib/upstream/installs/katib-with-kubeflow
# Central Dashboard
- ../apps/centraldashboard/upstream/overlays/oauth2-proxy
- ../apps/centraldashboard/manuel-patches/oauth2-proxy
# Admission Webhook
- ../apps/admission-webhook/upstream/overlays/cert-manager
# Jupyter Web App
Expand Down
2 changes: 1 addition & 1 deletion hack/trivy_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pipelines": "../apps/pipeline/upstream/env ../apps/kfp-tekton/upstream/env",
"training": "../apps/training-operator/upstream/overlays",
"manifests": "../common/cert-manager/cert-manager/base ../common/cert-manager/kubeflow-issuer/base ../common/istio-1-22/istio-crds/base ../common/istio-1-22/istio-namespace/base ../common/istio-1-22/istio-install/overlays/oauth2-proxy ../common/oauth2-proxy/overlays/m2m-self-signed ../common/dex/overlays/oauth2-proxy ../common/knative/knative-serving/overlays/gateways ../common/knative/knative-eventing/base ../common/istio-1-22/cluster-local-gateway/base ../common/kubeflow-namespace/base ../common/kubeflow-roles/base ../common/istio-1-22/kubeflow-istio-resources/base",
"workbenches": "../apps/pvcviewer-controller/upstream/base ../apps/admission-webhook/upstream/overlays ../apps/centraldashboard/upstream/overlays/oauth2-proxy ../apps/jupyter/jupyter-web-app/upstream/overlays ../apps/volumes-web-app/upstream/overlays ../apps/tensorboard/tensorboards-web-app/upstream/overlays ../apps/profiles/upstream/overlays ../apps/jupyter/notebook-controller/upstream/overlays ../apps/tensorboard/tensorboard-controller/upstream/overlays",
"workbenches": "../apps/pvcviewer-controller/upstream/base ../apps/admission-webhook/upstream/overlays ../apps/centraldashboard/manuel-patches/oauth2-proxy ../apps/jupyter/jupyter-web-app/upstream/overlays ../apps/volumes-web-app/upstream/overlays ../apps/tensorboard/tensorboards-web-app/upstream/overlays ../apps/profiles/upstream/overlays ../apps/jupyter/notebook-controller/upstream/overlays ../apps/tensorboard/tensorboard-controller/upstream/overlays",
"serving": "../contrib/kserve - ../contrib/kserve/models-web-app/overlays/kubeflow",
"model-registry": "../apps/model-registry/upstream",
}
Expand Down

0 comments on commit f92cd95

Please sign in to comment.