Skip to content

Commit

Permalink
feat: add new option into configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 2, 2024
1 parent e6978f9 commit 29c223a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/nats-blackbox-exporter/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ data:
logger:
level: {{ .Values.logLevel | quote}}
nats:
is_jetstream: {{ .Values.nats.is_jetstream }}
streams: {{ .Values.nats.streams | toYaml | nindent 8 }}
url: {{ tpl (.Values.nats.url | toString) $ }}
publish_interval: {{ .Values.nats.publish_interval | quote }}
Expand Down

0 comments on commit 29c223a

Please sign in to comment.