diff --git a/pages/deployments/operator/api.md b/pages/deployments/operator/api.md index 55d16c1d..49a98507 100644 --- a/pages/deployments/operator/api.md +++ b/pages/deployments/operator/api.md @@ -2189,6 +2189,7 @@ _Appears in:_ | `namespace` _string_ | Namespace the namespace for this service (optional for managed namespaces) | | Optional: {}
| | `templated` _boolean_ | | | Optional: {}
| | `repositoryRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | | | Optional: {}
| +| `protect` _boolean_ | Whether to protect this service from deletion. Protected services are also not drained on cluster deletion. | | Optional: {}
| | `contexts` _string array_ | a list of context ids to add to this service | | Optional: {}
| | `git` _[GitRef](#gitref)_ | Git settings to configure git for a service | | Optional: {}
| | `helm` _[ServiceHelm](#servicehelm)_ | Helm settings to configure helm for a service | | Optional: {}
|