Skip to content

Commit

Permalink
fix: Add ssl flag for Redis section in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishok13 committed Aug 27, 2024
1 parent 39df609 commit b88e296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sentry/templates/_helper-sentry.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ config.yml: |-
{{- if $redisPass }}
password: {{ $redisPass | quote }}
{{- end }}
{{- if eq $redisScheme 'rediss' }}
ssl: true
{{- end }}

################
# File storage #
Expand Down

0 comments on commit b88e296

Please sign in to comment.