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
|
shortDescription: Interact with ingress-nginx
|
||||||
description: |
|
description: |
|
||||||
The official kubectl plugin for ingress-nginx.
|
The official kubectl plugin for ingress-nginx.
|
||||||
version: %%%tag%%%
|
version: v%%%tag%%%
|
||||||
homepage: https://kubernetes.github.io/ingress-nginx/kubectl-plugin/
|
homepage: https://kubernetes.github.io/ingress-nginx/kubectl-plugin/
|
||||||
platforms:
|
platforms:
|
||||||
- uri: https://github.com/kubernetes/ingress-nginx/releases/download/nginx-%%%tag%%%/kubectl-ingress_nginx-darwin-amd64.tar.gz
|
- 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
|
// The default deployment and service names for ingress-nginx
|
||||||
const (
|
const (
|
||||||
DefaultIngressDeploymentName = "nginx-ingress-controller"
|
DefaultIngressDeploymentName = "ingress-nginx-controller"
|
||||||
DefaultIngressServiceName = "ingress-nginx"
|
DefaultIngressServiceName = "ingress-nginx-controller"
|
||||||
)
|
)
|
||||||
|
|
||||||
// IssuePrefix is the github url that we can append an issue number to to link to it
|
// IssuePrefix is the github url that we can append an issue number to to link to it
|
||||||
|
|
Loading…
Reference in a new issue