Skip to content

Commit 612e53b

Browse files
authored
Merge pull request #18 from NetApp/feature/helm-v4
fixing documentation for docker and kubernetes deployment
2 parents 0fa12d4 + d6a773a commit 612e53b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/projects/mlai/neo/core/qs-kubernetes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ There are two primary methods for installing the chart: using command-line flags
7171

7272
```sh
7373
helm install netapp-neo innovation-labs/netapp-neo \
74-
--namespace netapp-neo \
74+
--namespace netapp-neo --create-namespace\
7575
--create-namespace \
7676
--set postgresql.enabled=true \
7777
--set postgresql.auth.password="your-secure-password" \
78-
--set postgresql.auth.database="neo_connector"
78+
--set postgresql.auth.username="neo-username" \
79+
--set postgresql.auth.database="neo-database" \
7980
```
8081

8182
</details>

docs/projects/mlai/neo/examples/docker-compose.example.yml renamed to docs/projects/mlai/neo/examples/docker-compose.example.yaml

File renamed without changes.

0 commit comments

Comments
 (0)