aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2022-10-21 07:01:01 +0000
committerGerrit Code Review <gerrit@onap.org>2022-10-21 07:01:01 +0000
commitfa32b08201cc407e22e7b75f3ea16be8d929c4f1 (patch)
tree2d68522e74bb96f80bd41b396691c0e2a092bf7a /kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources
parentc78cc6b182237e2d39f894614f686144aa654a3c (diff)
parent72ffede6b1b0d07fd7a90ab04650b8a06b6ba751 (diff)
Merge "[POLICY] Exclude JDBC from CLAMP ACM participants"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources')
-rw-r--r--kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml
index 6fc53e24d6..bbe905b282 100644
--- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml
+++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml
@@ -17,6 +17,11 @@
# ============LICENSE_END=========================================================
spring:
+ autoconfigure:
+ exclude: >
+ org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,
+ org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,
+ org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
security:
user:
name: ${RESTSERVER_USER}