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 <t...@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