Skip to content

Commit

Permalink
Update values.yaml (#64)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update caching-node-handler.yaml
  • Loading branch information
geoffrey1330 authored Aug 20, 2024
1 parent 37f3682 commit 94ec59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/latest/spdk-csi/templates/caching-node-handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ spec:
value: "{{ .Values.cachingnode.ftlBufferSize }}"
- name: LVSTORECLUSTERSIZE
value: "{{ .Values.cachingnode.lvStoreClusterSize }}"
- name: LVSTOREDATASIZE
value: "{{ .Values.cachingnode.lvStoreDataSize }}"
- name: INITIALSTORESIZE
value: "{{ .Values.cachingnode.initialStoreSize }}"
- name: NUMPAGESPERCLUSTERRATIO
value: "{{ .Values.cachingnode.numPagesPerClusterRatio }}"
- name: S3BUCKETNAME
Expand Down
2 changes: 1 addition & 1 deletion charts/latest/spdk-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ cachingnode:
blockedPcie: 0000:00:1e.0
ftlBufferSize: 10g
lvStoreClusterSize: 4M
lvStoreDataSize:
initialStoreSize: 1T
numPagesPerClusterRatio:
s3BucketName:

0 comments on commit 94ec59f

Please sign in to comment.