From a94a0394fa2d02c09ea6e7e90c38db1ff10113d6 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 29 Feb 2024 15:42:38 +0000 Subject: [PATCH] Add the class Signed-off-by: Martyn Ranyard --- apps-helm/ntfy/templates/pvc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps-helm/ntfy/templates/pvc.yaml b/apps-helm/ntfy/templates/pvc.yaml index aa05754..c027f70 100755 --- a/apps-helm/ntfy/templates/pvc.yaml +++ b/apps-helm/ntfy/templates/pvc.yaml @@ -12,6 +12,7 @@ spec: resources: requests: storage: {{ .Values.persistence.cache.size }} + storageClassName: {{ .Values.persistence.cache.storageClass }} {{ end }} --- {{- if .Values.persistence.data.enabled -}} @@ -28,4 +29,5 @@ spec: resources: requests: storage: {{ .Values.persistence.data.size }} + storageClassName: {{ .Values.persistence.cache.storageClass }} {{ end }}