Skip to content

Commit

Permalink
Fix issue in goss template for TLS (#588)
Browse files Browse the repository at this point in the history
* Don't use cache on publish

* Goss should only check the TLS port when enabled
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jul 28, 2020
1 parent a0d055f commit 56dacef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/goss.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ port:
listening: true
ip:
- 0.0.0.0
{{- if (conv.ToBool (getenv "SC4S_SOURCE_TLS_ENABLE" "no")) }}
tcp:{{- getenv "SC4S_LISTEN_DEFAULT_TLS_PORT" "6514" }}:
listening: true
ip:
- 0.0.0.0
{{- end}}

0 comments on commit 56dacef

Please sign in to comment.