Skip to content

Commit

Permalink
fix: correct service account name (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
debajyoti-truefoundry authored Nov 17, 2023
1 parent 36a99e7 commit 5b71f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-inferentia-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-inferentia-operator
version: 0.0.2
version: 0.0.3
description: "Truefoundry Inferentia Operator"
maintainers:
- name: truefoundry
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
labels:
name: {{ .Release.Name }}-neuron-device-plugin-ds
spec:
serviceAccount: neuron-device-plugin
serviceAccount: {{ .Release.Name }}-neuron-device-plugin
tolerations:
{{- range .Values.devicePlugin.tolerations }}
- {{ . | toYaml | nindent 10 | trim }}
Expand Down

0 comments on commit 5b71f2f

Please sign in to comment.