Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions helm/charts/nats/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,10 @@ output: YAML list of reloader config files
nats.formatConfig
input: map[string]interface{}
output: string with following format rules
1. keys ending in $natsRaw are unquoted
2. keys ending in $natsInclude are converted to include directives
1. values wrapped in double angle brackets are unquoted
value: "<<1>>" --> value: 1
2. keys ending in $include are converted to include directives
value: "test.conf" --> include test.conf;
*/}}
{{- define "nats.formatConfig" -}}
{{-
Expand Down