Skip to content

Commit

Permalink
fix: name of sa reference in deployment (#468)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at>
  • Loading branch information
jkleinlercher committed May 26, 2023
1 parent 86ebc23 commit cd049c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8sgpt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/name: {{ include "k8sgpt.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
serviceAccountName: k8sgpt
serviceAccountName: {{ template "k8sgpt.fullname" . }}
containers:
- name: k8sgpt-container
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
Expand Down

0 comments on commit cd049c9

Please sign in to comment.