Skip to content

Commit

Permalink
Merge pull request #53 from fenio/master
Browse files Browse the repository at this point in the history
adding resources
  • Loading branch information
travisghansen authored Feb 26, 2024
2 parents 0f397aa + 4f130d6 commit d7650ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stable/democratic-csi/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ spec:
- "-c"
- "--"
args: [ "while true; do sleep 2; done;" ]
{{- if .Values.node.driver.resources }}
resources:
{{ toYaml .Values.node.cleanup.resources | indent 10 }}
{{- end }}


lifecycle:
# note this runs *before* other containers are terminated
Expand Down
1 change: 1 addition & 0 deletions stable/democratic-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ node:

cleanup:
image: docker.io/busybox:1.32.0
resources:

# democratic-csi node
driver:
Expand Down

0 comments on commit d7650ca

Please sign in to comment.