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

Typo fix in sonatype-nexus/README.md #5042

Merged
merged 2 commits into from
Apr 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/sonatype-nexus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sonatype-nexus
version: 0.2.1
version: 0.2.2
appVersion: 3.9.0
description: Sonatype Nexus is an open source repository manager
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The default login is admin/admin123

## Uninstalling the Chart

to uninstall/delete the deployment:
To uninstall/delete the deployment:

```bash
$ helm list
Expand All @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Nexus chart and the
| `image.repository` | `nexus` image repository. | cavemandaveman/nexus |
| `image.tag` | `nexus` image tag. | 3.9.0-01 |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | {} |
| `nodeSelector` | Node labels for pod assignment | {} |
| `ingress.enabled` | Flag for enabling ingress | false |
| `persistence.enabled` | Create a volume to store data | true |
| `persistence.size` | Size of persistent volume to claim | 8Gi RW |
Expand Down