mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
typo fix (#4545)
* Update Chart.yaml * Update README.md Delete duplicated it
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: cockroachdb
|
||||
home: https://www.cockroachlabs.com
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
appVersion: 1.1.7
|
||||
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
|
||||
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
|
||||
|
||||
@@ -83,7 +83,7 @@ helm install --name my-release -f values.yaml stable/cockroachdb
|
||||
|
||||
## Connecting to the CockroachDB cluster
|
||||
|
||||
Once you've created the cluster, you can start talking to it it by connecting
|
||||
Once you've created the cluster, you can start talking to it by connecting
|
||||
to its "public" service. CockroachDB is PostgreSQL wire protocol compatible so
|
||||
there's a [wide variety of supported
|
||||
clients](https://www.cockroachlabs.com/docs/install-client-drivers.html). For
|
||||
|
||||
Reference in New Issue
Block a user