ingress-nginx-helm/images/kube-webhook-certgen/rootfs/main.go

9 lines
100 B
Go

package main
import (
"github.com/jet/kube-webhook-certgen/cmd"
)
func main() {
cmd.Execute()
}