Skip to content

Commit 4753002

Browse files
Update docs for operator (#346)
Co-authored-by: michaeljguarino <[email protected]>
1 parent be89268 commit 4753002

File tree

1 file changed

+2
-1
lines changed
  • pages/deployments/operator

1 file changed

+2
-1
lines changed

pages/deployments/operator/api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,9 @@ _Appears in:_
817817

818818
| Field | Description | Default | Validation |
819819
| --- | --- | --- | --- |
820-
| `template` _object (keys:string, values:string)_ | Template secret data in string form. | | |
820+
| `template` _object (keys:string, values:string)_ | Template secret data in string form. | | Optional: {} <br /> |
821821
| `destinations` _[GeneratedSecretDestination](#generatedsecretdestination) array_ | Destinations describe name/namespace for the secrets. | | |
822+
| `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: {} <br /> |
822823

823824

824825

0 commit comments

Comments
 (0)