Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Fix config values
Browse files Browse the repository at this point in the history
  • Loading branch information
0nkery committed Jun 13, 2023
1 parent c4a5803 commit 94600c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/templates/app-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ data:
[nats]
url = {{ .url | quote }}
creds = {{ .creds | quote }}
subscribe.stream = {{ .subscribe.stream | quote }}
subscribe.consumer = {{ .subscribe.consumer | quote }}
subscribe.batch = {{ .subscribe.batch }}
subscribe.idle_heartbeat = {{ .subscribe.idle_heartbeat | quote }}
subscribe_durable.stream = {{ .subscribe_durable.stream | quote }}
subscribe_durable.consumer = {{ .subscribe_durable.consumer | quote }}
subscribe_durable.batch = {{ .subscribe_durable.batch }}
subscribe_durable.idle_heartbeat = {{ .subscribe_durable.idle_heartbeat | quote }}
{{- end }}
{{- with .Values.nats_consumer }}
Expand Down

0 comments on commit 94600c6

Please sign in to comment.