Add --name gatekeeper back to make task
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user