diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-02-15 17:02:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-15 17:02:52 +0000 |
commit | 2d3db6e64ef37448b419b31e2af7412aeb2b42ca (patch) | |
tree | d2ea57dc08ff2def99df8659d26a0ba7f1dbe8d2 /participant/participant-impl/participant-impl-kubernetes | |
parent | 7fcfd7b04b7b7deec7e8279134a7c9d93525eb6c (diff) | |
parent | cb5df4253252b9b00146bf2b7829230acb124383 (diff) |
Merge "Refactor yaml files in ACM"
Diffstat (limited to 'participant/participant-impl/participant-impl-kubernetes')
2 files changed, 0 insertions, 6 deletions
diff --git a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml index 9642b40e6..d032d3512 100644 --- a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml @@ -38,9 +38,6 @@ participant: - typeName: org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement typeVersion: 1.0.0 - - - typeName: org.onap.policy.clamp.acm.AutomationCompositionElement - typeVersion: 1.0.0 management: endpoints: diff --git a/participant/participant-impl/participant-impl-kubernetes/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-kubernetes/src/test/resources/application-test.yaml index d8e4cb075..8d27aa93e 100644 --- a/participant/participant-impl/participant-impl-kubernetes/src/test/resources/application-test.yaml +++ b/participant/participant-impl/participant-impl-kubernetes/src/test/resources/application-test.yaml @@ -28,6 +28,3 @@ participant: - typeName: org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement typeVersion: 1.0.0 - - - typeName: org.onap.policy.clamp.acm.AutomationCompositionElement - typeVersion: 1.0.0 |