This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,6 @@ generate-docs: generate-go ## Generate example code snippets for documentation
72
72
@yq e ' del(.metadata.creationTimestamp) | del(.status)' package/samples/helm.crossplane.io_providerconfig.yaml > $(docs_moduleroot_dir ) /examples/installation/providerconfig-helm.yaml
73
73
@cp test/rbac.yaml test/controller-config.yaml $(docs_moduleroot_dir ) /examples/installation/
74
74
75
- crds : generate-go # # Combine all CRDs into single-file 'crds.yaml'
76
- @cat package/crds/* .yaml | yq > .github/crds.yaml
77
-
78
75
.PHONY : install-crd
79
76
install-crd : export KUBECONFIG = $(KIND_KUBECONFIG )
80
77
install-crd : generate kind-setup # # Install CRDs into cluster
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ $(helm_docs_bin):
10
10
11
11
.PHONY : chart-prepare
12
12
chart-prepare : generate-go # # Prepare the Helm charts
13
+ @cat package/crds/* .yaml | yq > .github/crds.yaml
13
14
@find charts -type f -name Makefile | sed ' s|/[^/]*$$||' | xargs -I ' %' make -C ' %' clean prepare
14
15
15
16
.PHONY : chart-docs
You can’t perform that action at this time.
0 commit comments