Skip to content

Commit

Permalink
migration to 2.0: use new helm chart template value to allow unauthor…
Browse files Browse the repository at this point in the history
…ised access because of change in env vars
  • Loading branch information
beolnix committed Sep 20, 2024
1 parent 0843cb2 commit 95848e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-surrealdb/deployment/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export TIKV_URL=tikv://basic-pd.tikv:2379
### 3. Install the SurrealDB Helm chart with the TIKV_URL defined above and with auth disabled so we can create the initial credentials:

```bash title="Install SurrealDB HELM chart"
helm install --set surrealdb.path=$TIKV_URL --set surrealdb.auth=false --set image.tag=latest surrealdb-tikv surrealdb/surrealdb
helm install --set surrealdb.path=$TIKV_URL --set surrealdb.unauthenticated=true --set image.tag=latest surrealdb-tikv surrealdb/surrealdb
```

### 4. Connect to the cluster and define the initial credentials (see in the section below how to connect):
Expand Down

0 comments on commit 95848e8

Please sign in to comment.