Formatting

This commit is contained in:
2022-05-05 10:23:43 +02:00
parent 053292f37c
commit f10e09eba5

View File

@@ -22,7 +22,7 @@ const (
func GetLabelsDocumentation() string { func GetLabelsDocumentation() string {
t, _ := template.New("labels").Parse(` t, _ := template.New("labels").Parse(`
# Labels # 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_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_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) {{.LABEL_INGRESS | printf "%-33s"}}: set the port to expose in an ingress (coma separated)