mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Document the minimal install
This commit is contained in:
5
main.go
5
main.go
@@ -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