diff --git a/charts/tiller/templates/tiller-service.yaml b/charts/tiller/templates/tiller-service.yaml index 0f4fea04..d1ac811e 100644 --- a/charts/tiller/templates/tiller-service.yaml +++ b/charts/tiller/templates/tiller-service.yaml @@ -33,6 +33,7 @@ spec: selector: app: helm name: tiller +{{ tuple $envAll "tiller" "service" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }} sessionAffinity: None type: ClusterIP {{- end }}