Merge "[POLICY] Accept Permit list repositories"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 22 Mar 2022 08:29:04 +0000 (08:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 22 Mar 2022 08:29:04 +0000 (08:29 +0000)
kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml

index 184adb6..7227ee8 100644 (file)
@@ -63,7 +63,7 @@ server:
 logging:
   # Configuration of logging
   level:
-    ROOT: ERROR
+    ROOT: INFO
     org.springframework: ERROR
     org.springframework.data: ERROR
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
@@ -74,4 +74,12 @@ logging:
 
 chart:
   api:
-    enabled: false
\ No newline at end of file
+    enabled: false
+
+# Sample Permitted list of helm repositories. Before deployment update the repositories where the helm charts are located.
+# The Kubernetes participant accept only HTTPS Address
+helm:
+  repos:
+    -
+      repoName: bitnami
+      address: https://charts.bitnami.com/bitnami
\ No newline at end of file