You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2018/07/05 12:08:10 UTC

[incubator-openwhisk-deploy-kube] branch master updated: fix a typo in controller.yaml (#243)

This is an automated email from the ASF dual-hosted git repository.

dgrove 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 900aca3  fix a typo in controller.yaml (#243)
900aca3 is described below

commit 900aca33e2295b98dfdaaf1aa3c35adeeb4ae1a2
Author: Ying Chun Guo <gu...@cn.ibm.com>
AuthorDate: Thu Jul 5 20:08:07 2018 +0800

    fix a typo in controller.yaml (#243)
---
 helm/templates/controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/templates/controller.yaml b/helm/templates/controller.yaml
index fc037ad..1871add 100644
--- a/helm/templates/controller.yaml
+++ b/helm/templates/controller.yaml
@@ -79,7 +79,7 @@ spec:
           valueFrom:
             configMapKeyRef:
               name: whisk.config
-              key: whisk_info_date
+              key: whisk_info_buildNo
 
         # Java options
         - name: "JAVA_OPTS"