Skip to content

Commit b051b1a

Browse files
Fiona-Watersopenshift-ci[bot]
authored andcommitted
addressing feedback
1 parent c7954a9 commit b051b1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ defaults:
151151
manifests: controller-gen kustomize install-yq ## Generate RBAC objects.
152152
$(CONTROLLER_GEN) rbac:roleName=manager-role webhook paths="./..."
153153
$(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
154+
$(KUSTOMIZE) build config/crd/mcad | $(YQ) -s '"crd-" + .spec.names.singular' --no-doc
156155
mv crd-*.yml config/crd
157156

158157
.PHONY: fmt

0 commit comments

Comments
 (0)