Skip to content

Commit

Permalink
add ServiceAccount for csi-node 1
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <pavel.karpov@flant.com>
  • Loading branch information
krpsh123 committed Feb 25, 2025
1 parent 0e44dd2 commit 1ee7c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/sds-local-volume-csi/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ spec:
- name: {{ .Chart.Name }}-module-registry
restartPolicy: Always
schedulerName: default-scheduler
serviceAccount: default
serviceAccountName: default
serviceAccount: sds-local-volume-csi-node
serviceAccountName: sds-local-volume-csi-node
terminationGracePeriodSeconds: 30
volumes:
- hostPath:
Expand Down

0 comments on commit 1ee7c85

Please sign in to comment.