This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 11ad66407c23432a28731c98a09532ec9359592d Author: [email protected] <[email protected]> AuthorDate: Sat Aug 13 01:11:01 2022 +0800 docs: update helm README with operator global parameter --- helm/camel-k/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/camel-k/README.md b/helm/camel-k/README.md index b834f2119..bd97e854b 100644 --- a/helm/camel-k/README.md +++ b/helm/camel-k/README.md @@ -79,8 +79,9 @@ Camel K chart and their default values. The chart allows configuration of an `In | `platform.build.registry.insecure` | Indicates if the registry is not secured | true | | `platform.cluster` | The kind of Kubernetes cluster (Kubernetes or OpenShift) | `Kubernetes` | | `platform.profile` | The trait profile to use (Knative, Kubernetes or OpenShift) | auto | -| `operator.resources` | the resource requests and limits to use for the operator | | -| `operator.securityContext` | The (container-related) securityContext to use for the operato | | +| `operator.global` | Indicates if the operator should watch all namespaces | `false` | +| `operator.resources` | The resource requests and limits to use for the operator | | +| `operator.securityContext` | The (container-related) securityContext to use for the operator | | ## Contributing
