Skip to content

Commit

Permalink
Update ServiceAccout to ServiceAccountName #2
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Di Bernardo <[email protected]>
  • Loading branch information
sdibernardo committed Feb 12, 2025
1 parent a7aaa94 commit 8c83946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dependency-track/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
{{- with .Values.frontend.initContainers }}
{{- tpl (toYaml .) $ | nindent 6 }}
{{- end }}
serviceAccount: {{ include "dependencytrack.serviceAccountName" . }}
serviceAccountName: {{ include "dependencytrack.serviceAccountName" . }}
containers:
- name: {{ include "dependencytrack.frontendName" . }}
image: {{ include "dependencytrack.frontendImage" . }}
Expand Down

0 comments on commit 8c83946

Please sign in to comment.