Skip to content

Commit

Permalink
fix: correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mishok13 committed Aug 27, 2024
1 parent 8f513ee commit fd6f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sentry/templates/_helper-sentry.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ config.yml: |-
{{- if $redisPass }}
password: {{ $redisPass | quote }}
{{- end }}
{{- if eq $redisScheme 'rediss' }}
{{- if eq $redisScheme "rediss" }}
ssl: true
{{- end }}

Expand Down

0 comments on commit fd6f958

Please sign in to comment.