Skip to content

Commit

Permalink
NO-ISSUE: chore(sync): manually bring rhds into sync with odh v1.9 wh…
Browse files Browse the repository at this point in the history
…ere they drifted (#177)

The duplicated import is causing tests to fail.
  • Loading branch information
jiridanek authored Dec 4, 2024
1 parent e61d16d commit b461577
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../notebook-controller/config/overlays/openshift
- ../odh-notebook-controller/config/base
- ../odh-notebook-controller/config/base
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ spec:
memory: 4Gi
requests:
cpu: 500m
memory: 256Mi
memory: 256Mi
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ var _ = Describe("The Openshift Notebook controller", func() {
configMapName := "workbench-trusted-ca-bundle"
checkCertConfigMap(ctx, notebook.Namespace, configMapName, "ca-bundle.crt", 2)
})

})

When("Creating a Notebook, test Networkpolicies", func() {
Expand Down
2 changes: 0 additions & 2 deletions components/odh-notebook-controller/e2e/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"net/http"
"time"

netv1 "k8s.io/api/networking/v1"

nbv1 "github.com/kubeflow/kubeflow/components/notebook-controller/api/v1"
routev1 "github.com/openshift/api/route/v1"
appsv1 "k8s.io/api/apps/v1"
Expand Down

0 comments on commit b461577

Please sign in to comment.