Skip to content

Commit

Permalink
fixup: readme fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Aug 20, 2024
1 parent 6c0560e commit 32872bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Kubernetes: `^1.18.x-x`
| settings.controlPlaneJwtToken | string | `""` | |
| settings.databaseUrl | string | `""` | |
| settings.jwtToken | string | `""` | |
| settings.peerJwtToken | string | `""` | JWT token used for communication with other storage controller instances in the region |
| settings.peerJwtToken | string | `""` | JWT token for authentication with other storage controller instances |
| settings.publicKey | string | `""` | |
| settings.sentryEnvironment | string | `"development"` | "development" or "production". It will be visible in sentry in order to filter issues |
| settings.sentryUrl | string | `""` | url (will be converted into `SENTRY_DSN` environment variable) used by sentry to collect error/panic events in storage-controller |
Expand Down
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
databaseUrl: ""
# JWT token for authentication with pageservers
jwtToken: ""
# JWT token for authentication with other storage controller instances
# -- JWT token for authentication with other storage controller instances
peerJwtToken: ""
# public key for authenticating incoming HTTP requests
publicKey: ""
Expand Down

0 comments on commit 32872bd

Please sign in to comment.