Skip to content

Commit

Permalink
Fix: Add Events to Config Map (#326)
Browse files Browse the repository at this point in the history
previous commit had missed to have `.Values.config.events` added to the
config map

Signed-off-by: Bailin He <[email protected]>
  • Loading branch information
bailinhe authored Oct 7, 2024
1 parent 2bdeee4 commit bdec757
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chart/identity-api/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ data:
enabled: {{ .audit.enabled }}
path: /app-audit/audit.log
component: {{ .audit.component }}
events:
nats:
url: {{ .events.nats.url | quote }}
source: {{ .events.nats.source | quote }}
publishPrefix: {{ .events.nats.publishPrefix | quote }}
connectTimeout: {{ .events.nats.connectTimeout }}
shutdownTimeout: {{ .events.nats.shutdownTimeout }}
credsFile: {{ .events.nats.credsFile | quote }}
{{- end }}

0 comments on commit bdec757

Please sign in to comment.