Skip to content

Commit e14ec69

Browse files
committed
Update variable name
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent fbf2a60 commit e14ec69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ update-dependencies:
390390
apidocs-gen: ## Generate API documentation.
391391
# The config have the k8s version injected so it does not have to be updated there
392392
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) \
393+
--config=<(sed 's/__KUBERNETES_API_VERSION__/$(KUBERNETES_API_VERSION)/' ./docs/crd-ref-docs.config.yaml) \
394394
--source-path=./api/v1beta1/ \
395395
--log-level=info \
396396
--renderer=markdown \

docs/crd-ref-docs.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
render:
44
# Interpolated by `make crd-ref-docs`
5-
kubernetesVersion: __OPERATOR_SDK_VERSION__
5+
kubernetesVersion: __KUBERNETES_API_VERSION__

0 commit comments

Comments
 (0)