Merge "Remove unneeded context in prometheus service annotation"

This commit is contained in:
Zuul 2018-01-14 09:59:04 +00:00 committed by Gerrit Code Review
commit da77f2118b

@ -22,7 +22,6 @@ limitations under the License.
{{- define "helm-toolkit.snippets.prometheus_service_annotations" -}}
{{- $endpoint := index . 0 -}}
{{- $context := index . 1 -}}
prometheus.io/scrape: {{ $endpoint.scrape | quote }}
prometheus.io/scheme: {{ $endpoint.scheme.default | quote }}
prometheus.io/path: {{ $endpoint.path.default | quote }}