Add --name gatekeeper back to make task

This commit is contained in:
Jonny Stoten
2024-06-12 12:33:49 +01:00
parent f276ebc37b
commit 60c8fac0ae
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ docker-buildx: docker-buildx-builder
.PHONY: kind-load-image
kind-load-image:
kind load docker-image ${IMG}
kind load docker-image ${IMG} --name gatekeeper
.PHONY: rollout-restart
rollout-restart: