Fix getting started instructions in README
and add Makefile task for rebuild and reload
This commit is contained in:
9
Makefile
9
Makefile
@@ -34,4 +34,11 @@ docker-buildx: docker-buildx-builder
|
||||
|
||||
.PHONY: kind-load-image
|
||||
kind-load-image:
|
||||
kind load docker-image ${IMG} --name gatekeeper
|
||||
kind load docker-image ${IMG}
|
||||
|
||||
.PHONY: rollout-restart
|
||||
rollout-restart:
|
||||
kubectl -n security rollout restart deployment/attest-provider
|
||||
|
||||
.PHONY: reload
|
||||
reload: docker-buildx kind-load-image rollout-restart
|
||||
|
||||
Reference in New Issue
Block a user