Commit 3d7a694a authored by Marian Lobur's avatar Marian Lobur

Fix typo in component name of prometheus-to-sd config.

parent e7ad6e60
...@@ -57,7 +57,7 @@ spec: ...@@ -57,7 +57,7 @@ spec:
- /monitor - /monitor
- --stackdriver-prefix={{ prometheus_to_sd_prefix }}/addons - --stackdriver-prefix={{ prometheus_to_sd_prefix }}/addons
- --api-override={{ prometheus_to_sd_endpoint }} - --api-override={{ prometheus_to_sd_endpoint }}
- --source=event_exported:http://localhost:80?whitelisted=stackdriver_sink_received_entry_count,stackdriver_sink_request_count,stackdriver_sink_successfully_sent_entry_count - --source=event_exporter:http://localhost:80?whitelisted=stackdriver_sink_received_entry_count,stackdriver_sink_request_count,stackdriver_sink_successfully_sent_entry_count
- --pod-id=$(POD_NAME) - --pod-id=$(POD_NAME)
- --namespace-id=$(POD_NAMESPACE) - --namespace-id=$(POD_NAMESPACE)
env: env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment