Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit f71a8b2

Browse files
committed
Downgrade operator-sdk dependency to 0.17
1 parent 3f26336 commit f71a8b2

File tree

5 files changed

+357
-397
lines changed

5 files changed

+357
-397
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: binary
1313
docker build -f build/Dockerfile -t $(IMAGE):$(TAG) .
1414

1515
run-local:
16-
operator-sdk run local
16+
operator-sdk run --local
1717

1818
generate-crds:
1919
operator-sdk generate k8s && operator-sdk generate crds

0 commit comments

Comments
 (0)