From commits-return-65306-archive-asf-public=cust-asf.ponee.io@camel.apache.org Thu Sep 20 23:05:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B24B2180778 for ; Thu, 20 Sep 2018 23:05:22 +0200 (CEST) Received: (qmail 53550 invoked by uid 500); 20 Sep 2018 21:05:21 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 53540 invoked by uid 99); 20 Sep 2018 21:05:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2018 21:05:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D60E882F91; Thu, 20 Sep 2018 21:05:20 +0000 (UTC) Date: Thu, 20 Sep 2018 21:05:26 +0000 To: "commits@camel.apache.org" Subject: [camel-k] 06/07: chore(context): add dependencies to provided groovy context MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: nferraro@apache.org In-Reply-To: <153747752060.20916.4891772111531993222@gitbox.apache.org> References: <153747752060.20916.4891772111531993222@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel-k X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 59970ab52c1a34b1d88f06ef8128b2d214c63d29 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180920210520.D60E882F91@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 59970ab52c1a34b1d88f06ef8128b2d214c63d29 Author: lburgazzoli AuthorDate: Thu Sep 20 17:33:58 2018 +0200 chore(context): add dependencies to provided groovy context --- deploy/platform-integration-context-groovy.yaml | 1 + deploy/resources.go | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy/platform-integration-context-groovy.yaml b/deploy/platform-integration-context-groovy.yaml index e1c327c..cabe24a 100644 --- a/deploy/platform-integration-context-groovy.yaml +++ b/deploy/platform-integration-context-groovy.yaml @@ -9,4 +9,5 @@ metadata: camel.apache.org/context.type: platform spec: dependencies: + - camel:core - camel:groovy \ No newline at end of file diff --git a/deploy/resources.go b/deploy/resources.go index f4e9210..7a9888f 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -2464,6 +2464,7 @@ metadata: camel.apache.org/context.type: platform spec: dependencies: + - camel:core - camel:groovy ` Resources["user-cluster-role.yaml"] =