From 8d69a583f0ff963d37de7dd1ca6af3d4ec70acb1 Mon Sep 17 00:00:00 2001 From: Lucas Hahn <lucas.hahn@novum-rgi.de> Date: Fri, 9 Oct 2020 09:24:28 +0200 Subject: [PATCH] Remove default value for storageClass --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d33673..e36dbf9 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Annotations can be added to the Gitea pod. |persistence.existingClaim| Use an existing claim to store repository information | | |persistence.size| Size for persistence to store repo information | 10Gi | |persistence.accessModes|AccessMode for persistence|| -|persistence.storageClass|Storage class for repository persistence|standard| +|persistence.storageClass|Storage class for repository persistence|| ### Ingress