Skip to content

Commit

Permalink
rename the field
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 11, 2023
1 parent 00d133a commit c9861f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tezos/templates/nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
resources:
requests:
{{- if $.node_vals.local_storage | default false }}
storage: {{ default "1Gi" $.node_vals.local_storage_size }}
storage: {{ default "1Gi" $.node_vals.local_storage_pv_size }}
{{- else }}
storage: {{ default "15Gi" $.node_vals.storage_size }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ should_generate_unsafe_deterministic_data: false
# - "local_storage": use local storage instead of a volume. The storage will be
# wiped when the node restarts for any reason. Useful when
# faster IO is desired. Defaults to false.
# - "local_storage_size": the size of the persistent volume to store identity.json and peers.json
# - "local_storage_pv_size": the size of the persistent volume to store identity.json and peers.json
# when local_storage is enabled, default value is 1Gi. Some cloud providers
# would have minimum pv size requirement, for which this value can be used.
# - "labels": https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
Expand Down

0 comments on commit c9861f0

Please sign in to comment.