You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
421 B
20 lines
421 B
# This file is used to validate the Chart and sets some values for required fields. It is not used for the deployment.
|
|
# Example usage: `helm lint . --values values.lint.yaml`
|
|
langfuse:
|
|
salt:
|
|
value: "secretSalt"
|
|
nextauth:
|
|
secret:
|
|
value: "secretSecret"
|
|
|
|
postgresql:
|
|
auth:
|
|
password: "secretPassword"
|
|
|
|
clickhouse:
|
|
auth:
|
|
password: "secretPassword"
|
|
|
|
redis:
|
|
auth:
|
|
password: "secretPassword"
|
|
|