Fix alertmanager serviceaccountname reference

Alertmanager's serviceaccountname was hardcoded instead of using
the common definition used in other charts. This simply brings the
chart in line with the others

Change-Id: I81fa6814217f2e422617379d5e3bf3629f660407
This commit is contained in:
Steve Wilkerson 2018-01-03 12:08:36 -06:00
parent 8b72c1f51a
commit 9a9796574c

@ -43,7 +43,7 @@ spec:
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
spec:
serviceAccount: alertmanager
serviceAccountName: {{ $serviceAccountName }}
affinity:
{{ tuple $envAll "alertmanager" "server" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }}
nodeSelector: