Skip to content

Commit

Permalink
Fix inverted boolean value in http.noTLS
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
ronenh committed Oct 18, 2024
1 parent ca07234 commit d431461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/topaz/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ allowed_origins:
{{- $origins | toYaml | nindent 2 }}

{{- if $cfg.noTLS }}
http: false
http: true
{{- end }}
read_timeout: {{ $cfg.readTimeout | default "2s" }}
read_header_timeout: {{ $cfg.readHeaderTimeout | default "2s" }}
Expand Down

0 comments on commit d431461

Please sign in to comment.