From f10e09eba546d1580488fe1d76daff48218adad0 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 5 May 2022 10:23:43 +0200 Subject: [PATCH] Formatting --- helm/labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/labels.go b/helm/labels.go index f35f320..bf80d7d 100644 --- a/helm/labels.go +++ b/helm/labels.go @@ -22,7 +22,7 @@ const ( func GetLabelsDocumentation() string { t, _ := template.New("labels").Parse(` # Labels -{{ .LABEL_IGNORE | printf "%-33s"}}: ignore the container, it will not yied any object in the helm chart +{{.LABEL_IGNORE | printf "%-33s"}}: ignore the container, it will not yied any object in the helm chart {{.LABEL_ENV_SECRET | printf "%-33s"}}: set the given file names as a secret instead of configmap {{.LABEL_PORT | printf "%-33s"}}: set the ports to expose as a service (coma separated) {{.LABEL_INGRESS | printf "%-33s"}}: set the port to expose in an ingress (coma separated)