Add Pod Labels for Tiller

- Using helm-toolkit to add labels to tiller.

Change-Id: Ic8d36efc5c99e769298375931fda86033db77327
This commit is contained in:
Aaron Sheffield 2018-06-22 16:05:06 -05:00
parent f235512d57
commit 48c19d37aa
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}