Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
fixing defaults in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miwinski committed Jun 7, 2020
1 parent 943cacc commit af1ea4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/unifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ The following tables lists the configurable parameters of the Unifi chart and th
| `persistence.existingClaim` | `nil` | Use an existing PVC to persist data |
| `persistence.subPath` | `` | Store data in a subdirectory of PV instead of at the root directory |
| `persistence.storageClass` | `-` | Type of persistent volume claim |
| `extraVolumes` | `{}` | Additional volumes to be used by extraVolumeMounts |
| `extraVolumeMounts` | `{}` | Additional volume mounts to be mounted in unifi container |
| `extraVolumes` | `[]` | Additional volumes to be used by extraVolumeMounts |
| `extraVolumeMounts` | `[]` | Additional volume mounts to be mounted in unifi container |
| `persistence.accessModes` | `[]` | Persistence access modes |
| `extraConfigFiles` | `{}` | Dictionary containing files mounted to `/configmap` inside the pod (See [values.yaml](values.yaml) for examples) |
| `extraJvmOpts` | `[]` | List of additional JVM options, e.g. `["-Dlog4j.configurationFile=file:/configmap/log4j2.xml"]` |
Expand Down

0 comments on commit af1ea4c

Please sign in to comment.