Update krew plugin configuration
This commit is contained in:
parent
a51bc3e8ac
commit
ccef5fe7ce
2 changed files with 3 additions and 3 deletions
|
|
@ -29,8 +29,8 @@ import (
|
|||
|
||||
// The default deployment and service names for ingress-nginx
|
||||
const (
|
||||
DefaultIngressDeploymentName = "nginx-ingress-controller"
|
||||
DefaultIngressServiceName = "ingress-nginx"
|
||||
DefaultIngressDeploymentName = "ingress-nginx-controller"
|
||||
DefaultIngressServiceName = "ingress-nginx-controller"
|
||||
)
|
||||
|
||||
// IssuePrefix is the github url that we can append an issue number to to link to it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue