Update krew plugin configuration
This commit is contained in:
parent
a51bc3e8ac
commit
ccef5fe7ce
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue