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 fbf2a60 commit e14ec69Copy full SHA for e14ec69
2 files changed
Makefile
@@ -390,7 +390,7 @@ update-dependencies:
390
apidocs-gen: ## Generate API documentation.
391
# The config have the k8s version injected so it does not have to be updated there
392
go run github.com/elastic/crd-ref-docs@v0.3.0 \
393
- --config=<(sed 's/__OPERATOR_SDK_VERSION__/$(KUBERNETES_API_VERSION)/' ./docs/crd-ref-docs.config.yaml) \
+ --config=<(sed 's/__KUBERNETES_API_VERSION__/$(KUBERNETES_API_VERSION)/' ./docs/crd-ref-docs.config.yaml) \
394
--source-path=./api/v1beta1/ \
395
--log-level=info \
396
--renderer=markdown \
docs/crd-ref-docs.config.yaml
@@ -2,4 +2,4 @@
2
3
render:
4
# Interpolated by `make crd-ref-docs`
5
- kubernetesVersion: __OPERATOR_SDK_VERSION__
+ kubernetesVersion: __KUBERNETES_API_VERSION__
0 commit comments