Skip to content

Commit

Permalink
Add encryption key fields with an empty string to values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Santos <[email protected]>
  • Loading branch information
Gabrielopesantos committed Feb 26, 2024
1 parent 29efacc commit 88edc9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/perses/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ config:
security:
# -- Configure Perses instance as readonly
readOnly: false
# -- Encryption key
encryptionKey: ""
# -- Encryption key file path
encryptionKeyFile: ""
# -- Enable Authentication
enableAuth: false

Expand Down

0 comments on commit 88edc9b

Please sign in to comment.