From 6ef4f7ac42fd1036288294f3b0d75892c775ce10 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 16 Feb 2022 17:44:25 +0100 Subject: [PATCH] Fix template --- helm/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/types.go b/helm/types.go index 1b618d5..d0db7d5 100644 --- a/helm/types.go +++ b/helm/types.go @@ -31,7 +31,7 @@ func GetLabelsDocumentation() string { {{.LABEL_INGRESS | printf "%-33s"}}: set the port to expose in an ingress {{.LABEL_ENV_SERVICE | printf "%-33s"}}: specifies that the environment variable points on a service name {{.LABEL_VOL_CM | printf "%-33s"}}: specifies that the volume points on a configmap -{{.LABEL_SAMEPOD | printf "%-33s}}: specifies that the pod should be deployed in the same pod than the given service name +{{.LABEL_SAMEPOD | printf "%-33s"}}: specifies that the pod should be deployed in the same pod than the given service name {{.LABEL_EMPTYDIRS | printf "%-33s"}}: specifies that the volume should be "emptyDir" instead of persistentVolumeClaim {{.LABEL_HEALTHCHECK | printf "%-33s"}}: specifies that the container should be monitored by a healthcheck, **it overrides the docker-compose healthcheck**. {{ printf "%-34s" ""}} You can use these form of label values: