From 9d73d1dee790045262702ca71823e0569eb32eaf Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 26 May 2023 16:09:41 +0200 Subject: [PATCH] need more storage fix typo in HOWTO.md --- chart/HOWTO.md | 2 +- chart/pvc-shared-data.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/HOWTO.md b/chart/HOWTO.md index 959cb9af..55b9c2eb 100644 --- a/chart/HOWTO.md +++ b/chart/HOWTO.md @@ -26,7 +26,7 @@ kubectl apply -f chart/pvc-shared-data.yaml ```shell kubectl config use-context jass-dev -kubectl apply -f chart/sidekick.yaml chart/pvc-shared-data.yaml +kubectl apply -f chart/sidekick.yaml -f chart/pvc-shared-data.yaml ``` ### Copy the data diff --git a/chart/pvc-shared-data.yaml b/chart/pvc-shared-data.yaml index 24b77916..612b8a52 100644 --- a/chart/pvc-shared-data.yaml +++ b/chart/pvc-shared-data.yaml @@ -7,6 +7,6 @@ spec: - ReadWriteMany resources: requests: - storage: 15Gi + storage: 30Gi storageClassName: isilon status: {} \ No newline at end of file -- GitLab