diff options
Diffstat (limited to 'kud/tests/plugin_collection_v2.sh')
-rwxr-xr-x | kud/tests/plugin_collection_v2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kud/tests/plugin_collection_v2.sh b/kud/tests/plugin_collection_v2.sh index 5af4c00b..ffa366f1 100755 --- a/kud/tests/plugin_collection_v2.sh +++ b/kud/tests/plugin_collection_v2.sh @@ -351,14 +351,14 @@ payload="$(cat <<EOF "app-name":"${app1_name}", "values": { - "collectd_prometheus.service.name":"collectd-override-by-set-value" + "collectd_prometheus.service.targetPort":"9104" } }, { "app-name":"${app2_name}", "values": { - "service.name":"Prometheus-override-by-set-value" + "prometheus.service.nameOfPort":"WebPort9090" } } ] |