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 dfd25d9  fix: incorrect containerfactory network arg (#489)
dfd25d9 is described below

commit dfd25d95d4190df06e34e0d64d2ead8a20848769
Author: Robert Kopaczewski <[email protected]>
AuthorDate: Wed Jul 3 22:12:35 2019 +0200

    fix: incorrect containerfactory network arg (#489)
    
    In openwhisk it is whisk.containerFactory.containerArgs.network, not 
whisk.docker.containerFactory.containerArgs.network
---
 helm/openwhisk/templates/invoker-pod.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/openwhisk/templates/invoker-pod.yaml 
b/helm/openwhisk/templates/invoker-pod.yaml
index bd17bac..81588e0 100644
--- a/helm/openwhisk/templates/invoker-pod.yaml
+++ b/helm/openwhisk/templates/invoker-pod.yaml
@@ -110,7 +110,7 @@ spec:
   {{- end }}
 {{- end }}
 {{- end }}
-          - name: "CONFIG_whisk_docker_containerFactory_containerArgs_network"
+          - name: "CONFIG_whisk_containerFactory_containerArgs_network"
             value: {{ .Values.invoker.containerFactory.networkConfig.name | 
quote }}
 
           - name: "CONFIG_whisk_containerFactory_containerArgs_extraArgs_env_0"

Reply via email to