Skip to content

Commit

Permalink
fix(chart): use service account name from values
Browse files Browse the repository at this point in the history
  • Loading branch information
bergerx committed Oct 24, 2019
1 parent e3f8dc1 commit 0a8984a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
port: 8080
resources:
{{- toYaml .Values.resources | nindent 12 }}
serviceAccount: {{ template "tillerless-helm-release-exporter.fullname" . }}
serviceAccountName: {{ template "tillerless-helm-release-exporter.fullname" . }}
serviceAccount: {{ template "tillerless-helm-release-exporter.serviceAccountName" }}
serviceAccountName: {{ template "tillerless-helm-release-exporter.serviceAccountName" . }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 0a8984a

Please sign in to comment.