Update krew plugin configuration

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-24 17:52:23 -04:00
parent a51bc3e8ac
commit ccef5fe7ce
2 changed files with 3 additions and 3 deletions

View file

@ -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