When using services within a cluster the annotation use the auto-generated name (e.g, Benchmarks-1).
This is hardly helpful when using the cluster to run a test-suit.
Instead, we should be able to use custom annotations that include the test-name.
To do so, we must:
- add
grafanaDescription to the template's decorators
- populate the
grafanaDescription via values from inputs.
- Use the
grafanaDescription when generating the grafana annotations.
When using services within a cluster the annotation use the auto-generated name (e.g, Benchmarks-1).
This is hardly helpful when using the cluster to run a test-suit.
Instead, we should be able to use custom annotations that include the test-name.
To do so, we must:
grafanaDescriptionto the template's decoratorsgrafanaDescriptionvia values from inputs.grafanaDescriptionwhen generating the grafana annotations.