Skip to content

Commit

Permalink
Add Nats client cert & key to exodus for app-scheduler feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Aug 15, 2022
1 parent a9488e2 commit 2acb873
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions overlay/addons/app-scheduler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
exodus:
app_scheduler_client: app_scheduler_client
app_scheduler_secret: (( grab instance_groups.uaa.jobs.uaa.properties.uaa.clients.app_scheduler_client.secret ))
app_scheduler_client: app_scheduler_client
app_scheduler_secret: (( grab instance_groups.uaa.jobs.uaa.properties.uaa.clients.app_scheduler_client.secret ))
nats_client_cert: ((nats_client_cert.certificate))
nats_client_key: ((nats_client_cert.private_key))

instance_groups:
- name: uaa
Expand Down

0 comments on commit 2acb873

Please sign in to comment.