From ea083ff7ed7b1a39e50b1cd8c37230bb3b576057 Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Tue, 17 Dec 2024 09:31:51 +0100 Subject: [PATCH] update docs --- go/controller/docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go/controller/docs/api.md b/go/controller/docs/api.md index e6e62161a..dcbb4dabd 100644 --- a/go/controller/docs/api.md +++ b/go/controller/docs/api.md @@ -817,8 +817,9 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `template` _object (keys:string, values:string)_ | Template secret data in string form. | | | +| `template` _object (keys:string, values:string)_ | Template secret data in string form. | | Optional: {}
| | `destinations` _[GeneratedSecretDestination](#generatedsecretdestination) array_ | Destinations describe name/namespace for the secrets. | | | +| `configurationRef` _[SecretReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#secretreference-v1-core)_ | ConfigurationRef is a secret reference which should contain data for secrets. | | Optional: {}
|