Browse Source

Cleanup some old leftovers in the README

Kris Moore 4 years ago
parent
commit
cdadc841de
1 changed files with 2 additions and 8 deletions
  1. 2 8
      charts/ipfs/1.0.0/README.md

+ 2 - 8
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                          |
 | Parameter                                        | Description                                                                                                                             | Default                          |
 |:-------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------|
 |:-------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------|
 | `image.repository`                               | Image repository                                                                                                                        | `ipfs/go-ipfs`                    |
 | `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`                   |
 | `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                                                                            | `[]`                             |