Skip to content

Commit

Permalink
fix secretKey description
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Aug 16, 2024
1 parent ff91f30 commit cdb97ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ global:
maxViews: "100"
# -- Studio: Maximum number of teams
maxTeams: "10"
# -- Studio: Secret key for signing Webhook payloads
# We recommend you set this externally. If left empty, a random key will be generated.
# -- Studio: Django SECRET_KEY to encrypt, DB, sign reaquests, etc
# We recommend you set and manage this externally as other secrets (e.g. DB
# password, user name, REDIS password, etc).
# If left empty, a random key will be generated. If it's not saved and lost
# it might be hard to recover the DB.
secretKey: ""

# -- (DEPRECATED) Studio: Custom CA certificate in PEM format
Expand Down

0 comments on commit cdb97ba

Please sign in to comment.