Skip to content

Commit 135cff4

Browse files
committed
fix: there is no apisix-config configmap any more
1 parent ecd479a commit 135cff4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

samples/deploy/deployment/ingress-controller.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ spec:
4040
spec:
4141
hostNetwork: true
4242
containers:
43-
- envFrom:
44-
- configMapRef:
45-
name: apisix-config
46-
image: viewking/apisix-ingress-controller:dev
43+
- image: viewking/apisix-ingress-controller:dev
4744
imagePullPolicy: IfNotPresent
4845
name: ingress-controller
4946
ports:

0 commit comments

Comments
 (0)