summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-05-09 12:57:56 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-09 12:57:56 +0000
commitcbdb0e47551cb39892c90e51867e5d724655c51d (patch)
tree54bf3e938d3c2e9a46dbe03a0501e962063eaa4b /kubernetes
parentf7061abada7785fd1efd0a1c766e2fcd698989dd (diff)
parentb9e7e54b7745506c59ecb05c01bb8b605f9f6a52 (diff)
Merge "Add missing deployment url"
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/clamp/values.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml
index 4534d6bd98..a806e77da8 100644
--- a/kubernetes/clamp/values.yaml
+++ b/kubernetes/clamp/values.yaml
@@ -56,8 +56,9 @@ config:
"clamp.config.files.sdcController": "file:/opt/clamp/sdc-controllers-config.json",
"clamp.config.dcae.inventory.url": "http://inventory.{{ include "common.namespace" . }}:8080",
"clamp.config.dcae.dispatcher.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443",
- "clamp.config.dcae.dispatcher.userName":"test",
- "clamp.config.dcae.dispatcher.password":"test",
+ "clamp.config.dcae.deployment.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443",
+ "clamp.config.dcae.deployment.userName": "none",
+ "clamp.config.dcae.deployment.password": "none",
"clamp.config.policy.api.url": "http4://policy-api.{{ include "common.namespace" . }}:6969",
"clamp.config.policy.api.userName": "healthcheck",
"clamp.config.policy.api.password": "zb!XztG34",