We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7954a9 commit b051b1aCopy full SHA for b051b1a
Makefile
@@ -151,8 +151,7 @@ defaults:
151
manifests: controller-gen kustomize install-yq ## 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
155
- $(YQ) -s '"crd-" + .spec.names.singular' config/crd/mcad.yaml --no-doc
+ $(KUSTOMIZE) build config/crd/mcad | $(YQ) -s '"crd-" + .spec.names.singular' --no-doc
156
mv crd-*.yml config/crd
157
158
.PHONY: fmt
0 commit comments