Skip to content

Commit 15ee247

Browse files
copy crd to helm chart on manifest (#1048)
Co-authored-by: Kevin Hannon <[email protected]>
1 parent 444480f commit 15ee247

File tree

2 files changed

+456
-58
lines changed

2 files changed

+456
-58
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust
102102
rbac:roleName=manager-role output:rbac:artifacts:config=config/components/rbac\
103103
webhook output:webhook:artifacts:config=config/components/webhook\
104104
paths="./pkg/..."
105+
cp -f ./config/components/crd/bases/jobset.x-k8s.io_jobsets.yaml ./charts/jobset/crds/
105106

106107
.PHONY: generate
107108
generate: manifests controller-gen code-generator openapi-gen helm helm-docs ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations and client-go libraries.

0 commit comments

Comments
 (0)