diff --git a/charts/neon-storage-controller/values.yaml b/charts/neon-storage-controller/values.yaml index 7fb7ffc..6079877 100644 --- a/charts/neon-storage-controller/values.yaml +++ b/charts/neon-storage-controller/values.yaml @@ -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: ""