diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-02 17:40:15 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-09 11:35:07 +0000 |
commit | b75c36362e7f64577733255f6c80757e05ea0bed (patch) | |
tree | 6161a07bb2aa385593314098e46c243579a1b9e5 /runtime-acm/src/test/resources | |
parent | 14d6bfebdd4a8873084e4f1fcbdeb6453fdd4bca (diff) |
Remove Dmaap from clamp
Issue-ID: POLICY-4402
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Ic281bc3845622a7c8b76107bb418158d8f389034
Diffstat (limited to 'runtime-acm/src/test/resources')
-rw-r--r-- | runtime-acm/src/test/resources/application-prometheus-noauth.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml index b34491124..e961df075 100644 --- a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml +++ b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml @@ -30,11 +30,11 @@ runtime: topic: POLICY-ACRUNTIME-PARTICIPANT servers: - localhost - topicCommInfrastructure: dmaap + topicCommInfrastructure: noop fetchTimeout: 15000 topicSinks: - - topicCommInfrastructure: dmaap + topicCommInfrastructure: noop servers: - localhost topic: POLICY-ACRUNTIME-PARTICIPANT |