From fefa76e071340a4c7a9e4da511194dc7e3f1b771 Mon Sep 17 00:00:00 2001 From: Jiri Danek Date: Fri, 15 Nov 2024 09:05:52 +0100 Subject: [PATCH] Create the oauth secrets in tests because we don't have rhods-operator to do it for us --- ..._notebook_controller_integration_test.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) 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 <