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

@ -6,7 +6,7 @@ spec:
shortDescription: Interact with ingress-nginx
description: |
The official kubectl plugin for ingress-nginx.
version: %%%tag%%%
version: v%%%tag%%%
homepage: https://kubernetes.github.io/ingress-nginx/kubectl-plugin/
platforms:
- uri: https://github.com/kubernetes/ingress-nginx/releases/download/nginx-%%%tag%%%/kubectl-ingress_nginx-darwin-amd64.tar.gz

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