Change chart directory structure

This commit is contained in:
wbsong111
2026-01-19 16:11:44 +09:00
parent 0f2284bf35
commit 0436749932
5948 changed files with 119 additions and 79 deletions
@@ -0,0 +1,20 @@
# 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"