Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent aa9435f commit 18ca82b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,9 @@ chart-update:
helm package charts/cluster-secret/ -d docs/
helm repo index ./docs

dev-run:
dev-prepare:
kubectl apply -f ./yaml/00_rbac.yaml
kubectl apply -f ./yaml/01_crd.yaml

dev-run: dev-prepare
kopf run ./src/handlers.py --verbose -A

0 comments on commit 18ca82b

Please sign in to comment.