From 8492fa03268196bb264b3db25d96bca8dcff060f Mon Sep 17 00:00:00 2001 From: Alex Egg Date: Fri, 18 Nov 2016 10:51:52 -0800 Subject: [PATCH] Update README.md (#230) postgres typo fix --- stable/postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/postgresql/README.md b/stable/postgresql/README.md index e56be8842b..c8ebb32674 100644 --- a/stable/postgresql/README.md +++ b/stable/postgresql/README.md @@ -22,7 +22,7 @@ This chart bootstraps a [PostgreSQL](https://github.com/docker-library/postgres) To install the chart with the release name `my-release`: ```bash -$ helm install --name my-release stable/potgresql +$ helm install --name my-release stable/postgresql ``` The command deploys PostgreSQL on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.