# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/gruntwork-io/kubergrunt 0.11.3 v github.tarball_from archive revision 0 description Kubergrunt is a standalone go binary with a collection of \ commands to fill in the gaps between Terraform, Helm, and \ Kubectl. long_description \ kubergrunt is a standalone go binary with a collection of commands that \ attempts to fill in the gaps between Terraform, Helm, and Kubectl for \ managing a Kubernetes Cluster. Some of the features of kubergrunt \ include: Configuring kubectl to authenticate with a given EKS cluster, \ managing Helm and associated TLS certificates on any Kubernetes cluster, \ setting up Helm client with TLS certificates on any Kubernetes cluster. \ generating TLS certificate key pairs and storing them as Kubernetes \ Secrets on any Kubernetes cluster. categories sysutils installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 52eff61d115144d6ab4a320310565a6dbcc00853 \ sha256 71dfcaf98c933ae8c343fa7dc8095b9c9e216cf4e64d15e1d6c1a087814576ba \ size 143894 build.env-delete GO111MODULE=off GOPROXY=off build.pre_args -o ${worksrcpath}/${name} build.args ./cmd destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ } github.livecheck.regex {([0-9.]+)}