Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix serviceAccount for APM server (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
caiconkhicon authored and jmlrt committed Aug 27, 2020
1 parent b8a1367 commit acfe3cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apm-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- if .Values.serviceAccount }}
serviceAccountName: {{ .Values.serviceAccount }}
{{- end }}
serviceAccountName: {{ template "apm.serviceAccount" . }}
volumes:
{{- range .Values.secretMounts }}
- name: {{ .name }}
Expand Down

0 comments on commit acfe3cd

Please sign in to comment.