Skip to content

Commit

Permalink
Fixing service account name in cronjob and job
Browse files Browse the repository at this point in the history
  • Loading branch information
Exodus committed Aug 30, 2019
1 parent 4207761 commit 2a1632e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certs/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
template:
spec:
serviceAccountName: certs
serviceAccountName: {{ template "helper.fullname" . }}
containers:
- name: {{ template "helper.fullname" . }}
image: {{ template "helper.image" . }}
Expand Down
2 changes: 1 addition & 1 deletion certs/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: {{ template "helper.name" . }}
release: {{ .Release.Name }}
spec:
serviceAccountName: certs
serviceAccountName: {{ template "helper.fullname" . }}
containers:
- name: {{ template "helper.fullname" . }}
image: {{ template "helper.image" . }}
Expand Down

0 comments on commit 2a1632e

Please sign in to comment.