Skip to content

Commit 3116a66

Browse files
authored
remove oc dep from PKO install (#1055)
1 parent 7a98c23 commit 3116a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pko/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL = /bin/bash
22

33
deploy:
4-
oc apply -f https://github.com/package-operator/package-operator/releases/download/v1.11.0/self-bootstrap-job.yaml
4+
kubectl apply -f https://github.com/package-operator/package-operator/releases/download/v1.11.0/self-bootstrap-job.yaml
55

66
.PHONY: deploy

0 commit comments

Comments
 (0)