Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Apr 11, 2024
1 parent 6c4cffa commit 81c2fd5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions charts/dify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,23 @@ global:
# * frontend
# * api
# * worker
extraEnvs:
# SECRET_KEY is a must, check https://docs.dify.ai/getting-started/install-self-hosted/environments#secret_key for detail
- name: SECRET_KEY
value: "PleaseReplaceThisToYourSecret"
extraEnvs: []

# the following extra configs would be injected into:
# * api
# * worker
extraBackendEnvs: []
extraBackendEnvs:
# SECRET_KEY is a must, check https://docs.dify.ai/getting-started/install-self-hosted/environments#secret_key for detail
# read more on the readme page for secret ref
- name: SECRET_KEY
value: "PleaseReplaceThisToYourSecretOrUse"
# use secretRef to protect your secret
# - name: SECRET_KEY
# value: xxx
# valueFrom:
# secretKeyRef:
# name: dify
# key: SECRET_KEY


ingress:
enabled: false
Expand Down

0 comments on commit 81c2fd5

Please sign in to comment.