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:

View File

@@ -14,7 +14,7 @@ OPA Gatekeeper external data provider implementation for Docker attest library i
1. Create a [kind cluster](https://kind.sigs.k8s.io/docs/user/quick-start/).
```bash
kind create cluster
kind create cluster --name gatekeeper
```
2. Install the latest version of Gatekeeper and enable the external data feature.