From 47b931ca2490bc6840e00449ea78dead5d53045f Mon Sep 17 00:00:00 2001 From: YuChen Date: Mon, 10 Feb 2025 10:02:11 -0800 Subject: [PATCH 1/2] add storageclass config option Signed-off-by: YuChen --- helm/templates/cr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/templates/cr.yaml b/helm/templates/cr.yaml index 0875c8562..68c771145 100644 --- a/helm/templates/cr.yaml +++ b/helm/templates/cr.yaml @@ -13,3 +13,4 @@ spec: operatorNamespace: {{ .Values.global.operatorNamespace }} servicesNamespace: {{ .Values.global.instanceNamespace }} size: {{ .Values.commonServiceSpec.size }} + storageClass: {{ .Value.global.blockStorageClass}} \ No newline at end of file From b25ea5f30a8a7d12bfd25ddb208bafd8680512d7 Mon Sep 17 00:00:00 2001 From: YuChen Shen <59578388+YCShen1010@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:58:14 -0500 Subject: [PATCH 2/2] Update helm/templates/cr.yaml Co-authored-by: Henry Li --- helm/templates/cr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/cr.yaml b/helm/templates/cr.yaml index 68c771145..2ee4ea696 100644 --- a/helm/templates/cr.yaml +++ b/helm/templates/cr.yaml @@ -13,4 +13,4 @@ spec: operatorNamespace: {{ .Values.global.operatorNamespace }} servicesNamespace: {{ .Values.global.instanceNamespace }} size: {{ .Values.commonServiceSpec.size }} - storageClass: {{ .Value.global.blockStorageClass}} \ No newline at end of file + storageClass: {{ .Values.global.blockStorageClass }} \ No newline at end of file