diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-16 19:03:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-16 19:03:46 +0000 |
commit | a7af619984189d3c01d4d3b5bc86deb04c74b50a (patch) | |
tree | 1ab468505c5abaecdce052bbf717bbe4dc7a4126 /kubernetes | |
parent | 396e69c958bca55aba094f1f909f8457fb83b779 (diff) | |
parent | 64aa8d9a637962cf75a9f8af9eeeb68ebcd6e36d (diff) |
Merge "[CDS] Added properties for k8s-profile-upload component"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties index 453f906101..3202b828e5 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -151,3 +151,9 @@ cdslistener.healthcheck.mapping-service-name-with-service-link=[SDC Listener ser #Actuator properties management.endpoints.web.exposure.include=* management.endpoint.health.show-details=always + +#K8s Plugin properties +#Credentials are placeholders as k8s plugin has not authentication atm +blueprintprocessor.k8s.plugin.username=unused +blueprintprocessor.k8s.plugin.password=unused +blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ |