Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-igbinedion committed Feb 29, 2024
1 parent a62f220 commit f685670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For standalone deployments, follow the following steps:

* Create a secrets.yaml file to hold your environment variables. See example format below:


```yaml
secret:

storage: postgres
Expand All @@ -42,14 +42,14 @@ For standalone deployments, follow the following steps:
postgres_database: <your_database_name>

okapiurl: http://okapi:9130

```

* Run the command `helm install okapi okapi/okapi --namespace <your-namespace> --values=secrets.yaml`

For clustered deployments, follow the following steps:

* Create a secrets.yaml file to hold your environment variables. See example format below:

```yaml
secret:

storage: postgres
Expand All @@ -63,7 +63,7 @@ For clustered deployments, follow the following steps:
postgres_database: <your_database_name>

okapiurl: http://okapi:9130

```

* Run the command `helm install okapi okapi/okapi --namespace <your-namespace> --values=secrets.yaml --set clustered.enabled=true`

Expand Down

0 comments on commit f685670

Please sign in to comment.