You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2020/12/22 05:47:29 UTC

[apisix-ingress-controller] branch v0.1.0 updated: fix: there is no apisix-config configmap any more

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

kvn pushed a commit to branch v0.1.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/v0.1.0 by this push:
     new 135cff4  fix: there is no apisix-config configmap any more
135cff4 is described below

commit 135cff424ee3e5ea9debdc6451f8b4e123c43348
Author: kv <gx...@163.com>
AuthorDate: Tue Dec 22 13:46:56 2020 +0800

    fix: there is no apisix-config configmap any more
---
 samples/deploy/deployment/ingress-controller.yaml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/samples/deploy/deployment/ingress-controller.yaml b/samples/deploy/deployment/ingress-controller.yaml
index 3b67252..539a947 100644
--- a/samples/deploy/deployment/ingress-controller.yaml
+++ b/samples/deploy/deployment/ingress-controller.yaml
@@ -40,10 +40,7 @@ spec:
     spec:
       hostNetwork: true
       containers:
-      - envFrom:
-        - configMapRef:
-            name: apisix-config
-        image: viewking/apisix-ingress-controller:dev
+      - image: viewking/apisix-ingress-controller:dev
         imagePullPolicy: IfNotPresent
         name: ingress-controller
         ports: