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 aaa53f3 commit 2c40510Copy full SHA for 2c40510
Makefile
@@ -119,7 +119,8 @@ config:
119
# We generate a crds.yaml, so that the effect of code changes are visible.
120
# The operator will take care of the CRD rollout itself.
121
crds:
122
- cargo run --bin stackable-"${OPERATOR_NAME}" -- crd > crds.yaml
+ mkdir -p extra
123
+ cargo run --bin stackable-"${OPERATOR_NAME}" -- crd > extra/crds.yaml
124
125
chart-lint: compile-chart
126
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
crds.yaml renamed to extra/crds.yaml
0 commit comments