diff --git a/charts/portainer/README.md b/charts/portainer/README.md index 0d871bb..5984781 100644 --- a/charts/portainer/README.md +++ b/charts/portainer/README.md @@ -17,7 +17,7 @@ helm repo update Execute the following for testing the chart: ```bash -helm install --dry-run --debug portainer -n portainer deploy/helm/portainer +helm install --dry-run --debug portainer -n portainer portainer/portainer ``` # Installing the Chart @@ -86,4 +86,4 @@ The following table lists the configurable parameters of the Portainer chart and | `persistence.annotations` | Annotations to apply to PVC used for persistence | `{}` | | `persistence.storageClass` | StorageClass to apply to PVC used for persistence | `default` | | `persistence.accessMode` | AccessMode for persistence | `ReadWriteOnce` | -| `persistence.selector` | Selector for persistence | `nil` | \ No newline at end of file +| `persistence.selector` | Selector for persistence | `nil` |