Skip to content

Commit 9c84069

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/google/cel-go-0.24.1
2 parents 04e8667 + 784347b commit 9c84069

File tree

78 files changed

+3446
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3446
-289
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ create-kind:
190190
.PHONY: deploy-kind
191191
deploy-kind: docker-build-local manifests kustomize
192192
kind load docker-image ${LOCAL_IMG}
193+
kind load docker-image ${LOCAL_IMG} # fixes an issue with podman where the image is not correctly tagged after the first kind load docker-image
193194
$(KUSTOMIZE) build kind | $(KUBECTL) apply -f -
194195

195196
.PHONY: undeploy-kind

0 commit comments

Comments
 (0)