Skip to content

Commit

Permalink
Make serviceAccount name in deployment match what is created in rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessthompson committed Jul 4, 2019
1 parent 9d3ce91 commit e15a739
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ spec:
port: health
resources:
{{- toYaml .Values.resources | nindent 12 }}
serviceAccountName: {{ include "kubernetes-replicator.name" . }}
serviceAccountName: {{ include "kubernetes-replicator.fullname" . }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit e15a739

Please sign in to comment.