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 1d35ce052d0e88e9a8d5ba78d5a6e3828a7b9a55
Author: dlopes <t...@dlopes.de>
AuthorDate: Tue Jun 28 10:11:03 2022 +0200

    add resources & securityContext to values.yaml
---
 helm/camel-k/values.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 002712829..2e8d7854f 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -24,6 +24,8 @@ fullnameOverride: ""
 
 operator:
   image: docker.io/apache/camel-k:1.10.0-SNAPSHOT
+  resources: {}
+  securityContext: {}
 
 platform:
   build:

Reply via email to