File tree Expand file tree Collapse file tree
deploy/helm/hbase-operator/crds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,12 @@ config:
4444 cp -r deploy/config-spec/* " deploy/helm/${OPERATOR_NAME} /configs" ; \
4545 fi
4646
47+
48+ # We generate a crds.yaml, so that the effect of code changes are visible.
49+ # The operator will take care of the CRD rollout itself.
4750crds :
48- mkdir -p deploy/helm/ " ${OPERATOR_NAME} " /crds
49- cargo run --bin stackable-" ${OPERATOR_NAME} " -- crd | yq eval ' .metadata.annotations["helm.sh/resource-policy"]="keep" ' - > " deploy/helm/ ${OPERATOR_NAME} / crds/crds .yaml"
51+ mkdir -p extra
52+ cargo run --bin stackable-" ${OPERATOR_NAME} " -- crd > extra/ crds.yaml
5053
5154chart-lint : compile-chart
5255 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
You can’t perform that action at this time.
0 commit comments