Disable helm endpoints by default in csit 34/127134/1
authorLathish <lathishbabu.ganesan@est.tech>
Tue, 15 Feb 2022 13:57:28 +0000 (19:27 +0530)
committerLathish <lathishbabu.ganesan@est.tech>
Tue, 15 Feb 2022 14:32:29 +0000 (20:02 +0530)
Issue-ID: POLICY-3894
Change-Id: I83684c6d75ab4bfd5b6a5dfb1c5caabf6ae70d2a
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
csit/config/clamp/KubernetesParticipantParameters.yaml

index d605cfa..d823e28 100644 (file)
@@ -50,9 +50,14 @@ server:
 logging:
   # Configuration of logging
   level:
-    ROOT: INFO
+    ROOT: ERROR
     org.springframework: ERROR
     org.springframework.data: ERROR
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
+    org.onap.policy.clamp.controlloop.participant.kubernetes: INFO
   file:
     name: /var/log/onap/policy/clamp/application.log
+
+chart:
+  api:
+    enabled: false
\ No newline at end of file