diff --git a/chart/HOWTO.md b/chart/HOWTO.md index 959cb9afbab820c55407b8ec75c5676cdd7912d4..55b9c2eb4935f0957b2d99778c7703b40815e310 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 24b77916f081974bf6df02bc24abe4ac140cdc0a..612b8a528f2a940d5875939c79c9c2ebc10b9461 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