We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2966ee commit 80835d3Copy full SHA for 80835d3
Makefile
@@ -152,7 +152,6 @@ manifests: controller-gen kustomize ## Generate RBAC objects.
152
$(CONTROLLER_GEN) rbac:roleName=manager-role webhook paths="./..."
153
$(SED) -i -E "s|(- )\${MCAD_REPO}.*|\1\${MCAD_CRD}|" config/crd/mcad/kustomization.yaml
154
$(KUSTOMIZE) build config/crd/mcad > config/crd/mcad.yaml && make split_yaml FILE=config/crd/mcad.yaml
155
- git restore config/*
156
157
.PHONY: fmt
158
fmt: ## Run go fmt against code.
0 commit comments