Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 96efaa9

Browse files
committed
Fix chart release
1 parent 256bd99 commit 96efaa9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ generate-docs: generate-go ## Generate example code snippets for documentation
7272
@yq e 'del(.metadata.creationTimestamp) | del(.status)' package/samples/helm.crossplane.io_providerconfig.yaml > $(docs_moduleroot_dir)/examples/installation/providerconfig-helm.yaml
7373
@cp test/rbac.yaml test/controller-config.yaml $(docs_moduleroot_dir)/examples/installation/
7474

75-
crds: generate-go ## Combine all CRDs into single-file 'crds.yaml'
76-
@cat package/crds/*.yaml | yq > .github/crds.yaml
77-
7875
.PHONY: install-crd
7976
install-crd: export KUBECONFIG = $(KIND_KUBECONFIG)
8077
install-crd: generate kind-setup ## Install CRDs into cluster

charts/charts.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $(helm_docs_bin):
1010

1111
.PHONY: chart-prepare
1212
chart-prepare: generate-go ## Prepare the Helm charts
13+
@cat package/crds/*.yaml | yq > .github/crds.yaml
1314
@find charts -type f -name Makefile | sed 's|/[^/]*$$||' | xargs -I '%' make -C '%' clean prepare
1415

1516
.PHONY: chart-docs

0 commit comments

Comments
 (0)