You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2017/10/31 21:33:58 UTC

[incubator-openwhisk-deploy-kube] branch master updated: use metadata.name for INVOKER_NAME for statefulsets (#73)

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 <dg...@users.noreply.github.com>
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" <co...@openwhisk.apache.org>'].