From 48c19d37aa13b2bd8b06427028e1090e85f118c0 Mon Sep 17 00:00:00 2001 From: Aaron Sheffield Date: Fri, 22 Jun 2018 16:05:06 -0500 Subject: [PATCH] Add Pod Labels for Tiller - Using helm-toolkit to add labels to tiller. Change-Id: Ic8d36efc5c99e769298375931fda86033db77327 --- charts/tiller/templates/tiller-service.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}