Skip to content

Commit

Permalink
Revert "BOSH variables have changed names with shepherd move."
Browse files Browse the repository at this point in the history
This reverts commit 98b7974.
  • Loading branch information
MirahImage committed Sep 26, 2023
1 parent 98b7974 commit 2c64601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions manifests/add-loggregator-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
deployment: ((deployment-name))
loggregator:
tls:
ca_cert: ((loggregator-agent-tls-ca-cert))
agent:
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
ca_cert: ((loggregator_tls_agent.ca))
cert: ((loggregator-agent-tls-cert))
key: ((loggregator-agent-tls-key))
metrics:
ca_cert: ((loggregator_agent_metrics_tls.ca))
cert: ((loggregator_agent_metrics_tls.certificate))
key: ((loggregator_agent_metrics_tls.private_key))
ca_cert: ((loggregator-agent-tls-ca-cert))
cert: ((loggregator-agent-tls-cert))
key: ((loggregator-agent-tls-key))
server_name: loggregator_agent_metrics

- type: replace
Expand Down
4 changes: 2 additions & 2 deletions manifests/cf-rabbitmq-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ instance_groups:
nats:
tls:
enabled: true
client_cert: ((nats_client_cert.certificate))
client_key: ((nats_client_cert.private_key))
client_cert: ((nats-client-cert))
client_key: ((nats-client-key))
route_registrar:
routes:
- name: ((rabbitmq-management-hostname))
Expand Down

0 comments on commit 2c64601

Please sign in to comment.