File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments