Skip to content

Commit

Permalink
Fix typo in README.md (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mendeljacks authored Feb 1, 2025
1 parent 6a4f5e8 commit e21a99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nominatim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ helm delete nominatim
The command removes all the Kubernetes components associated with the chart and deletes the release, but the imported data still remains.

## Removing persisted data
For a total uninstallation of nomination, a data removal is necessary. To do so, first of all, you need to search for the right persistence volume. To indetify it, you need to type de command below, and search for a volume containing the helm release name.
For a total uninstallation of nomination, a data removal is necessary. To do so, first of all, you need to search for the right persistence volume. To identify it, you need to type de command below, and search for a volume containing the helm release name.

```console
kubectl get pvc
Expand All @@ -122,7 +122,7 @@ kubectl delete pvc -l app.kubernetes.io/instance=nominatim
Note: The command above may differ a little depending the k8s cluster version you're using.

## Removing persisted data
For a total uninstallation of nomination, a data removal is necessary. To do so, first of all, you need to search for the right persistence volume. To indetify it, you need to type de command below, and search for a volume containing the helm release name.
For a total uninstallation of nomination, a data removal is necessary. To do so, first of all, you need to search for the right persistence volume. To identify it, you need to type de command below, and search for a volume containing the helm release name.

```console
kubectl get pvc
Expand Down

0 comments on commit e21a99d

Please sign in to comment.