From c1c977602e55db6b9bb3768633afd181d04317f3 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 9 Oct 2021 10:07:05 +0200 Subject: [PATCH] fix: use standard storage-class Signed-off-by: Christian Kotzbauer --- charts/chekr/ci/ci-values.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 charts/chekr/ci/ci-values.yaml diff --git a/charts/chekr/ci/ci-values.yaml b/charts/chekr/ci/ci-values.yaml new file mode 100644 index 0000000..69b94b6 --- /dev/null +++ b/charts/chekr/ci/ci-values.yaml @@ -0,0 +1,2 @@ +persistence: + storageClass: "standard" \ No newline at end of file