Skip to content

Commit

Permalink
chore(bors): merge pull request #587
Browse files Browse the repository at this point in the history
587: feat(helm chart): add timeout for csi attacher and remove command from csi node r=Abhinandan-Purkait a=Abhinandan-Purkait

### Changes

- Adds 36s timeout to csi-attacher
- Removes command from csi-node

Co-authored-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
mayastor-bors and Abhinandan-Purkait committed Dec 12, 2024
2 parents 5056598 + 9f9579e commit f061be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
image: "{{ .Values.csi.image.registry }}/{{ .Values.csi.image.repo }}/csi-attacher:{{ .Values.csi.image.attacherTag }}"
args:
- "--v=2"
- "--timeout=36s"
- "--csi-address=$(ADDRESS)"
env:
- name: ADDRESS
Expand Down
2 changes: 0 additions & 2 deletions chart/templates/mayastor/csi/csi-node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ spec:
{{- end }}
- "--fmt-style={{ include "logFormat" . }}"
- "--ansi-colors={{ .Values.base.logging.color }}"
command:
- csi-node
volumeMounts:
- name: device
mountPath: /dev
Expand Down

0 comments on commit f061be9

Please sign in to comment.