From cdadc841de34464b275b95f1aa8ad81935e57251 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Mon, 25 Jan 2021 09:10:42 -0500 Subject: [PATCH] Cleanup some old leftovers in the README --- charts/ipfs/1.0.0/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/ipfs/1.0.0/README.md b/charts/ipfs/1.0.0/README.md index 8b158db531..d6bdd49a12 100755 --- a/charts/ipfs/1.0.0/README.md +++ b/charts/ipfs/1.0.0/README.md @@ -17,12 +17,6 @@ The following table lists the configurable parameters of the IPFS chart and thei | Parameter | Description | Default | |:-------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------| | `image.repository` | Image repository | `ipfs/go-ipfs` | -| `image.tag` | MinIO image tag. Possible values listed [here](https://hub.docker.com/r/ipfs/go-ipfs/tags). | `v0.8.0-rc1` | +| `image.tag` | IPFS image tag. Possible values listed [here](https://hub.docker.com/r/ipfs/go-ipfs/tags). | `v0.8.0-rc1` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | -| `extraArgs` | Additional command line arguments to pass to the IPFS server | `[]` | -| `persistence.enabled` | Use persistent volume to store data | `true` | -| `persistence.size` | Size of persistent volume claim | `500Gi` | -| `persistence.existingClaim` | Use an existing PVC to persist data | `nil` | -| `persistence.storageClass` | Storage class name of PVC | `nil` | -| `persistence.accessMode` | ReadWriteOnce or ReadOnly | `ReadWriteOnce` | -| `persistence.subPath` | Mount a sub directory of the persistent volume if set | `""` | +| `extraArgs` | Additional command line arguments to pass to the IPFS server | `[]` |