diff --git a/apps/centraldashboard/upstream/overlays/oauth2-proxy/kustomization.yaml b/apps/centraldashboard/upstream/overlays/oauth2-proxy/kustomization.yaml new file mode 100644 index 0000000000..556f3fbdad --- /dev/null +++ b/apps/centraldashboard/upstream/overlays/oauth2-proxy/kustomization.yaml @@ -0,0 +1,9 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: +# Using kserve overlay because it's also used in example installation. +- ../kserve + +components: +- ../../../../../common/oidc-client/oauth2-proxy/components/central-dashboard \ No newline at end of file