This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 801cdad678955e464cf37f4a67e31f951b6a4532 Author: dlopes <t...@dlopes.de> AuthorDate: Tue Jun 28 10:14:02 2022 +0200 add params resources and securityContext to README.md --- helm/camel-k/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/camel-k/README.md b/helm/camel-k/README.md index 17753d5e2..b834f2119 100644 --- a/helm/camel-k/README.md +++ b/helm/camel-k/README.md @@ -79,6 +79,8 @@ 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 | | ## Contributing