Skip to content

Commit

Permalink
Merge pull request #121 from red-hat-data-services/jiridanek-patch-1
Browse files Browse the repository at this point in the history
NO-JIRA: fix(gha): replace `oc` with `kubectl` in notebook_controller_integration_test.yaml
  • Loading branch information
openshift-merge-bot[bot] authored Oct 30, 2024
2 parents 83e3fb6 + d77f11f commit 6d3539f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
export PR_NOTEBOOK_IMG=localhost/${{env.IMG}}:${{env.TAG}}
kustomize edit set image ${CURRENT_NOTEBOOK_IMG}=${PR_NOTEBOOK_IMG}
cat <<EOF | oc apply -f -
cat <<EOF | kubectl apply -f -
---
apiVersion: v1
kind: ConfigMap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
kustomize edit set image ${CURRENT_NOTEBOOK_IMG}=${PR_NOTEBOOK_IMG}
# configure culler
cat <<EOF | oc apply -f -
cat <<EOF | kubectl apply -f -
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
echo "odh-notebook-controller-image=localhost/${{env.IMG}}:${{env.TAG}}" > params.env
cat <<EOF | oc apply -f -
cat <<EOF | kubectl apply -f -
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Create notebook and check it, this is from kubeflow readme
run: |
notebook_namespace=default
cat <<EOF | oc apply -f -
cat <<EOF | kubectl apply -f -
---
apiVersion: kubeflow.org/v1
kind: Notebook
Expand Down

0 comments on commit 6d3539f

Please sign in to comment.