Skip to content

Commit

Permalink
Added condition for generating KUDO github stars (kubernetes-sigs#363)
Browse files Browse the repository at this point in the history
* Added condition for generating KUDO github stars

* fmt fix
  • Loading branch information
runyontr authored and k8s-ci-robot committed Nov 1, 2019
1 parent ceb95d9 commit 87cf308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/generate-plugin-overview/generate-plugin-overview.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ func makeGithubShield(homepage string) string {
repo = "kubernetes-sigs/krew"
} else if homepage == `https://kubernetes.github.io/ingress-nginx/kubectl-plugin/` {
repo = "kubernetes/ingress-nginx"
} else if homepage == `https://kudo.dev/` {
repo = "kudobuilder/kudo"
}

if repo == "" {
Expand Down

0 comments on commit 87cf308

Please sign in to comment.