File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ CONTAINER_RUNTIME := docker
51
51
else ifneq (, $(shell command -v podman 2>/dev/null))
52
52
CONTAINER_RUNTIME := podman
53
53
else
54
- $(warning Could not find docker or podman in path! This may result in targets requiring a container runtime failing!)
54
+ $(warning Could not find docker or podman in path! This may result in targets requiring a container runtime failing!)
55
55
endif
56
56
57
57
KUSTOMIZE_BUILD_DIR := config/overlays/tls
@@ -95,7 +95,7 @@ tidy: #HELP Update dependencies.
95
95
96
96
.PHONY : manifests
97
97
manifests : $(CONTROLLER_GEN ) # EXHELP Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
98
- $(CONTROLLER_GEN ) rbac:roleName=manager-role crd webhook paths=" ./..." output:crd:artifacts:config=config/base/crd/bases
98
+ $(CONTROLLER_GEN ) rbac:roleName=manager-role crd webhook paths=" ./..." output:crd:artifacts:config=config/base/crd/bases output:rbac:artifacts:config=config/base/rbac
99
99
100
100
.PHONY : generate
101
101
generate : $(CONTROLLER_GEN ) # EXHELP Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
You can’t perform that action at this time.
0 commit comments