mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-05-13 18:05:34 +00:00
Document the minimal install
This commit is contained in:
@@ -10,11 +10,12 @@ import (
|
||||
|
||||
var (
|
||||
version = "dev"
|
||||
commit = "dev"
|
||||
commit = "none"
|
||||
date = "unknown"
|
||||
)
|
||||
|
||||
func main() {
|
||||
log.Infof("Helm Dashboard by Komodor, version %s (%s)", version, commit)
|
||||
log.Infof("Helm Dashboard by Komodor, version %s (%s @ %s)", version, commit, date)
|
||||
|
||||
if len(os.Args) > 1 {
|
||||
os.Exit(0)
|
||||
|
||||
Reference in New Issue
Block a user