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
  • Loading branch information
Gabrielopesantos committed Feb 26, 2024
1 parent 1f11f98 commit 5d55c4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 Expand Up @@ -191,4 +195,4 @@ datasources:
# plugin:
# kind: PrometheusDatasource
# spec:
# directUrl: https://prometheus.demo.do.prometheus.io
# directUrl: https://prometheus.demo.do.prometheus.io

0 comments on commit 5d55c4c

Please sign in to comment.