Skip to content

Commit

Permalink
Update odh-manifests jue 21 jul 2022 13:53:02 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Samu Veloso committed Jul 22, 2022
1 parent d734c9a commit e59333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odh-manifests
Submodule odh-manifests updated 45 files
+15 −3 odh-dashboard/base/cluster-role.yaml
+1 −0 odh-dashboard/base/kustomization.yaml
+105 −0 odh-dashboard/base/odh-dashboard-crd.yaml
+25 −0 odh-dashboard/base/role.yaml
+250 −0 odh-notebook-controller/README.md
+ odh-notebook-controller/assets/odh-notebook-controller-oauth-diagram.png
+6 −0 odh-notebook-controller/base/kustomization.yaml
+87 −0 odh-notebook-controller/gen_kubeflow_manifests.sh
+66 −0 odh-notebook-controller/gen_odh_manifests.sh
+8 −0 odh-notebook-controller/kf-notebook-controller/base/kustomization.yaml
+9,392 −0 odh-notebook-controller/kf-notebook-controller/crd/bases/kubeflow.org_notebooks.yaml
+23 −0 odh-notebook-controller/kf-notebook-controller/crd/kustomization.yaml
+17 −0 odh-notebook-controller/kf-notebook-controller/crd/kustomizeconfig.yaml
+8 −0 odh-notebook-controller/kf-notebook-controller/crd/patches/cainjection_in_notebooks.yaml
+9 −0 odh-notebook-controller/kf-notebook-controller/crd/patches/trivial_conversion_patch.yaml
+17 −0 odh-notebook-controller/kf-notebook-controller/crd/patches/webhook_in_notebooks.yaml
+75 −0 odh-notebook-controller/kf-notebook-controller/default/kustomization.yaml
+11 −0 odh-notebook-controller/kf-notebook-controller/manager/kustomization.yaml
+48 −0 odh-notebook-controller/kf-notebook-controller/manager/manager.yaml
+2 −0 odh-notebook-controller/kf-notebook-controller/manager/params.env
+4 −0 odh-notebook-controller/kf-notebook-controller/manager/service-account.yaml
+13 −0 odh-notebook-controller/kf-notebook-controller/manager/service.yaml
+24 −0 odh-notebook-controller/kf-notebook-controller/overlays/openshift/kustomization.yaml
+40 −0 odh-notebook-controller/kf-notebook-controller/overlays/openshift/manager_openshift_patch.yaml
+10 −0 odh-notebook-controller/kf-notebook-controller/overlays/openshift/manager_service_openshift_patch.yaml
+5 −0 odh-notebook-controller/kf-notebook-controller/overlays/openshift/remove_namespace_patch.yaml
+12 −0 odh-notebook-controller/kf-notebook-controller/rbac/kustomization.yaml
+51 −0 odh-notebook-controller/kf-notebook-controller/rbac/role.yaml
+11 −0 odh-notebook-controller/kf-notebook-controller/rbac/role_binding.yaml
+55 −0 odh-notebook-controller/kf-notebook-controller/rbac/user_cluster_roles.yaml
+9 −0 odh-notebook-controller/odh-notebook-controller/base/kustomization.yaml
+27 −0 odh-notebook-controller/odh-notebook-controller/default/kustomization.yaml
+24 −0 odh-notebook-controller/odh-notebook-controller/default/webhook_manager_patch.yaml
+6 −0 odh-notebook-controller/odh-notebook-controller/manager/kustomization.yaml
+52 −0 odh-notebook-controller/odh-notebook-controller/manager/manager.yaml
+10 −0 odh-notebook-controller/odh-notebook-controller/manager/service.yaml
+12 −0 odh-notebook-controller/odh-notebook-controller/rbac/kustomization.yaml
+52 −0 odh-notebook-controller/odh-notebook-controller/rbac/role.yaml
+13 −0 odh-notebook-controller/odh-notebook-controller/rbac/role_binding.yaml
+6 −0 odh-notebook-controller/odh-notebook-controller/rbac/service_account.yaml
+54 −0 odh-notebook-controller/odh-notebook-controller/rbac/user_cluster_roles.yaml
+10 −0 odh-notebook-controller/odh-notebook-controller/webhook/kustomization.yaml
+17 −0 odh-notebook-controller/odh-notebook-controller/webhook/kustomizeconfig.yaml
+27 −0 odh-notebook-controller/odh-notebook-controller/webhook/manifests.yaml
+12 −0 odh-notebook-controller/odh-notebook-controller/webhook/service.yaml

0 comments on commit e59333b

Please sign in to comment.