Skip to content

Commit 2c40510

Browse files
committed
chore: Move generated CRDs into folder
1 parent aaa53f3 commit 2c40510

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ config:
119119
# We generate a crds.yaml, so that the effect of code changes are visible.
120120
# The operator will take care of the CRD rollout itself.
121121
crds:
122-
cargo run --bin stackable-"${OPERATOR_NAME}" -- crd > crds.yaml
122+
mkdir -p extra
123+
cargo run --bin stackable-"${OPERATOR_NAME}" -- crd > extra/crds.yaml
123124

124125
chart-lint: compile-chart
125126
docker run -it -v $(shell pwd):/build/helm-charts -w /build/helm-charts quay.io/helmpack/chart-testing:v3.5.0 ct lint --config deploy/helm/ct.yaml
File renamed without changes.

0 commit comments

Comments
 (0)