Skip to content
Snippets Groups Projects
Commit 9d73d1de authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

need more storage

fix typo in HOWTO.md
parent 2e6e0c5e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -7,6 +7,6 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 15Gi
storage: 30Gi
storageClassName: isilon
status: {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment