From 732e409ad87de439711bdea999a69fc5ad6f7963 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sat, 11 Feb 2023 15:56:22 +0200 Subject: [PATCH] update rdoc --- library/common/1.0.0/docs/persistence/pvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/docs/persistence/pvc.md b/library/common/1.0.0/docs/persistence/pvc.md index 3472ce150f..c453fac6f4 100644 --- a/library/common/1.0.0/docs/persistence/pvc.md +++ b/library/common/1.0.0/docs/persistence/pvc.md @@ -16,7 +16,7 @@ > - "SCALE-ZFS" **->** returns the value set on `{{ .Values.global.ixChartContext.storageClassName }}` > - (\*)"SCALE-SMB" **->** returns the value set on `{{ .Values.global.ixChartContext.smbStorageClassName }}` (Example for the future, not implemented yet) > - Else **->** return the original defined `storageClass` -> - Else if we are in an **ixChartContext**, always return the **storageClassName** defined on the **ixChartContext** +> - Else if we are in an **ixChartContext**, always return `{{ .Values.global.ixChartContext.storageClassName }}`. > - Else if there is a storageClass defined in `{{ .Values.fallbackDefaults.storageClass }}`, return this > - In any other case, return _nothing_ (which means requesting a PV without class)