diff --git a/.github/workflows/odh_notebook_controller_integration_test.yaml b/.github/workflows/odh_notebook_controller_integration_test.yaml index 3d451d0a33e..9db6b55879f 100644 --- a/.github/workflows/odh_notebook_controller_integration_test.yaml +++ b/.github/workflows/odh_notebook_controller_integration_test.yaml @@ -222,6 +222,32 @@ jobs: kubectl describe pods -n opendatahub -l app=odh-notebook-controller kubectl logs -n opendatahub -l app=odh-notebook-controller + - name: Create oauth secrets, rhods-operator would've generated that when it sees the notebook (created in the next step), but we test without rhods-operator + run: | + notebookNamespace=default + notebookName=minimal-notebook + + cat <