From b81a5f9d30565c713d7bc316f61abf151b24d50c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 17 Jul 2023 10:25:17 +0200 Subject: [PATCH] fix: Move the storage class name to values --- Chart.yaml | 2 +- templates/pvc.yaml | 2 +- values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 6f1ff76..13403f3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -13,7 +13,7 @@ sources: description: iRedMail is a full-featured mail server solution type: application -version: 0.1.1 +version: 0.1.2 appVersion: 1.6.3 keywords: diff --git a/templates/pvc.yaml b/templates/pvc.yaml index 73f965f..c4c626a 100644 --- a/templates/pvc.yaml +++ b/templates/pvc.yaml @@ -10,4 +10,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 5Gi \ No newline at end of file + storage: 5Gi diff --git a/values.yaml b/values.yaml index 85b4407..ceb59e7 100644 --- a/values.yaml +++ b/values.yaml @@ -20,7 +20,7 @@ config: imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - +storageClassName: standard serviceAccount: # Specifies whether a service account should be created create: true