Skip to content

Commit

Permalink
chore: clean up references to AWS secret manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Aug 20, 2024
1 parent f2119ae commit 97b4f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/neon-storage-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ settings:
sentryUrl: ""
# settings.sentryEnvironment -- "development" or "production". It will be visible in sentry in order to filter issues
sentryEnvironment: "development"
# May be set if AWS Secrets Manager is not being used: postgresql:// URL to the database
# postgresql:// URL to the database
databaseUrl: ""
# May be set if AWS Secrets Manager is not being used: JWT token for authentication with pageservers
# JWT token for authentication with pageservers
jwtToken: ""
# JWT token for authentication with other storage controller instances
peerJwtToken: ""
# May be set if AWS Secrets Manager is not being used: public key for authenticating incoming HTTP requests
# public key for authenticating incoming HTTP requests
publicKey: ""
# May be set if AWS Secrets Manager is not being used: JWT token for authenticating calls to computeHookUrl
# JWT token for authenticating calls to computeHookUrl
controlPlaneJwtToken: ""
# URL for compute notifications
computeHookUrl: ""
Expand Down

0 comments on commit 97b4f4c

Please sign in to comment.