Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion helm/charts/besu-node/templates/node-storage.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.storage.enabled }}
{{- if eq .Values.cluster.provider "azure" }}
---
apiVersion: storage.k8s.io/v1
Expand Down Expand Up @@ -68,4 +69,4 @@ spec:
path: "/tmp/{{ include "besu-node.fullname" . }}"

{{- end }}

{{- end }}
2 changes: 2 additions & 0 deletions helm/charts/besu-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ azure:
subscriptionId: azure-subscriptionId

storage:
enabled:
true
sizeLimit: "20Gi"
pvcSizeLimit: "20Gi"
# NOTE: when you set this to Retain, the volume WILL persist after the chart is delete and you need to manually delete it
Expand Down