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 e812885 commit 8d58797Copy full SHA for 8d58797
Makefile
@@ -353,6 +353,8 @@ artifacts: kustomize
353
if [ -d artifacts ]; then rm -rf artifacts; fi
354
mkdir -p artifacts
355
$(KUSTOMIZE) build config/crd -o artifacts/manifests.yaml
356
+ $(YQ) -P 'select(.spec.versions[].name == "v1")' artifacts/manifests.yaml > artifacts/v1-manifests.yaml
357
+ $(YQ) -P 'select(.spec.versions[].name != "v1")' artifacts/manifests.yaml > artifacts/experimental-manifests.yaml
358
@$(call clean-manifests)
359
360
.PHONY: release
0 commit comments