Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 2, 2024
1 parent 25f20a3 commit 6e0f01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ forge.postgres.port
```

All database configuration is maintained in the `postgresql` configuration block.
Before upgrading to the new version, please ensure that the [`postgresql`](#postgresql) block is correctly configured.
Before upgrading to this version, please ensure that the [`postgresql`](#postgresql) block is correctly configured.


### To 2.0.0
Expand All @@ -256,7 +256,7 @@ If local PostgreSQL database instance is used, upgrading to this version, using
```

2. Obtain the PVC name which stores the database data

Ó
```bash
export POSTGRESQL_PVC=$(kubectl --namespace default get pvc -l app.kubernetes.io/name=postgresql,role=primary -o jsonpath="{.items[0].metadata.name}")
```
Expand Down

0 comments on commit 6e0f01b

Please sign in to comment.