Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2AB75200D2E for ; Tue, 31 Oct 2017 22:34:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 293091609EF; Tue, 31 Oct 2017 21:34:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9432B1609E6 for ; Tue, 31 Oct 2017 22:34:01 +0100 (CET) Received: (qmail 74314 invoked by uid 500); 31 Oct 2017 21:34:00 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 74300 invoked by uid 99); 31 Oct 2017 21:34:00 -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; Tue, 31 Oct 2017 21:34:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6BA988184B; Tue, 31 Oct 2017 21:33:58 +0000 (UTC) Date: Tue, 31 Oct 2017 21:33:58 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-deploy-kube] branch master updated: use metadata.name for INVOKER_NAME for statefulsets (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150948563860.28640.9750505906916256589@gitbox.apache.org> From: rabbah@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-deploy-kube X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3d5534d12aed0e69ae9d364fcbf81f92d7f8f1ab X-Git-Newrev: 7b13897d7b417765b6a97d07e97834d360c73123 X-Git-Rev: 7b13897d7b417765b6a97d07e97834d360c73123 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 31 Oct 2017 21:34:02 -0000 This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git The following commit(s) were added to refs/heads/master by this push: new 7b13897 use metadata.name for INVOKER_NAME for statefulsets (#73) 7b13897 is described below commit 7b13897d7b417765b6a97d07e97834d360c73123 Author: David Grove AuthorDate: Tue Oct 31 17:33:56 2017 -0400 use metadata.name for INVOKER_NAME for statefulsets (#73) --- kubernetes/invoker/invoker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/invoker/invoker.yml b/kubernetes/invoker/invoker.yml index b576297..f50092f 100644 --- a/kubernetes/invoker/invoker.yml +++ b/kubernetes/invoker/invoker.yml @@ -74,7 +74,7 @@ spec: - name: "INVOKER_NAME" valueFrom: fieldRef: - fieldPath: spec.nodeName + fieldPath: metadata.name # Java options - name: "JAVA_OPTS" -- To stop receiving notification emails like this one, please contact ['"commits@openwhisk.apache.org" '].