You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/deployments/operator/api.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -817,8 +817,9 @@ _Appears in:_
817
817
818
818
| Field | Description | Default | Validation |
819
819
| --- | --- | --- | --- |
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 />|
821
821
|`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 /> |
0 commit comments