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 2019/08/29 13:38:46 UTC

[openwhisk-deploy-kube] branch master updated: Remove duplicate configurations already in template (#514)

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/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new c060b2e  Remove duplicate configurations already in template (#514)
c060b2e is described below

commit c060b2e5f57783dfdf729baf4f2602a0d02b16c7
Author: Bill Zong <bi...@gmail.com>
AuthorDate: Thu Aug 29 21:38:41 2019 +0800

    Remove duplicate configurations already in template (#514)
---
 helm/openwhisk/templates/invoker-pod.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/helm/openwhisk/templates/invoker-pod.yaml b/helm/openwhisk/templates/invoker-pod.yaml
index 5edf3af..2184351 100644
--- a/helm/openwhisk/templates/invoker-pod.yaml
+++ b/helm/openwhisk/templates/invoker-pod.yaml
@@ -86,12 +86,6 @@ spec:
           # Needed by invoker to set the environment variable __OW_API_HOST in action containers
 {{ include "openwhisk.invoker.apihost" . | indent 10 }}
 
-          - name: "CONFIG_whisk_docker_containerFactory_useRunc"
-            value: {{ .Values.invoker.containerFactory.useRunc | quote }}
-
-          - name: "CONFIG_whisk_containerPool_userMemory"
-            value: {{ .Values.whisk.containerPool.userMemory | quote }}
-
 {{- if not .Values.invoker.containerFactory.networkConfig.dns.inheritInvokerConfig }}
 {{- if ne .Values.invoker.containerFactory.networkConfig.dns.overrides.nameservers "" }}
           # DNS Server(s) to be used by action containers