From 06057a916aaeaf64402bcb51b92dcca4804df9de Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:27:32 +0000 Subject: [PATCH] Point config at the redpanda-operator repo We now host the config for the `crd-ref-docs` tool in the `redpanda-operator` repo so that the K8s team can manage it: https://github.com/redpanda-data/redpanda-operator/pull/396/files#diff-0cb4f1303ff20a2dac37c99d821bff1eded9843e59401d605c4c8314d8762c3e --- .github/workflows/generate-crd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-crd.yml b/.github/workflows/generate-crd.yml index 175a91956..56fccc7fb 100644 --- a/.github/workflows/generate-crd.yml +++ b/.github/workflows/generate-crd.yml @@ -50,7 +50,7 @@ jobs: --source-path=./redpanda/operator/api/redpanda/v1alpha2 \ --max-depth=10 \ --templates-dir=./redpanda-docs/.github/crd-config/templates/asciidoctor/operator \ - --config=./redpanda-docs/.github/crd-config/config.yaml \ + --config=./redpanda/operator/crd-ref-docs-config.yaml \ --renderer=asciidoctor \ --output-path=./redpanda-docs/modules/reference/pages/k-crd.adoc # Check for any changes made in the documentation.