You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/03 06:39:04 UTC

[camel-k] 01/03: allow resources & securityContext in Helm Chart values

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 2209065f68634e79ed195d6099595b830b34b595
Author: dlopes <te...@dlopes.de>
AuthorDate: Tue Jun 28 10:08:35 2022 +0200

    allow resources & securityContext in Helm Chart values
---
 helm/camel-k/templates/operator.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm/camel-k/templates/operator.yaml b/helm/camel-k/templates/operator.yaml
index 9f606bc03..aac26c1c0 100644
--- a/helm/camel-k/templates/operator.yaml
+++ b/helm/camel-k/templates/operator.yaml
@@ -68,5 +68,6 @@ spec:
           ports:
             - containerPort: 8080
               name: metrics
-          resources: {}
+          resources: {{ .Values.operator.resources }}
+          securityContext: {{ .Values.operator.securityContext }}
       serviceAccountName: camel-k-operator