Skip to content

Commit

Permalink
Fix default ingress service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kursell committed Feb 19, 2019
1 parent c2f3b04 commit 6a3df5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugin/request/request.go
Expand Up @@ -32,7 +32,7 @@ import (

const (
ingressPodName = "nginx-ingress-controller"
ingressServiceName = "nginxcontrib-ingress"
ingressServiceName = "ingress-nginx"
)

// NamedPodExec finds a pod with the given name, executes a command inside it, and returns stdout
Expand Down

0 comments on commit 6a3df5d

Please sign in to comment.