Skip to content

Commit a6df28b

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent 9d757d3 commit a6df28b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ generate-crd-docs: manifests ## Generate CRD reference documentation in a single
361361
--config=$(CRD_DOCS_CONFIG) \
362362
--renderer=markdown \
363363
--templates-dir=./docs/template \
364-
--output-path=$(CRD_DOCS_OUTPUT)
364+
--output-path=$(CRD_DOCS_OUTPUT) \
365+
--max-depth=100
365366
@echo "CRD reference documentation generated at $(CRD_DOCS_OUTPUT)"
366367

367368
.PHONY: generate-crd-docs-grouped

docs/crd/api.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,22 @@ ProviderType defines the type of provider
414414
_Appears in:_
415415
- [GatewayProxyProvider](#gatewayproxyprovider)
416416

417+
#### SecretKeySelector
417418

418419

420+
SecretKeySelector defines a reference to a specific key within a Secret
421+
422+
423+
424+
| Field | Description |
425+
| --- | --- |
426+
| `name` _string_ | Name is the name of the secret |
427+
| `key` _string_ | Key is the key in the secret |
428+
429+
430+
_Appears in:_
431+
- [AdminKeyValueFrom](#adminkeyvaluefrom)
432+
419433
#### SecretReference
420434

421435

0 commit comments

Comments
 (0)