From 4608ba3b609712e0895ca089689314bf0a2d065a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:10:34 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in b8740cc according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2303 --- charts/vald-benchmark-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vald-benchmark-operator/README.md b/charts/vald-benchmark-operator/README.md index 4fbb2f9de78..4513b4fa055 100644 --- a/charts/vald-benchmark-operator/README.md +++ b/charts/vald-benchmark-operator/README.md @@ -47,7 +47,7 @@ A benchmark operator for benchmarking the Vald cluster. | observability.metrics.version_info_labels[4] | string | `"go_version"` | | | observability.metrics.version_info_labels[5] | string | `"go_os"` | | | observability.metrics.version_info_labels[6] | string | `"go_arch"` | | -| observability.metrics.version_info_labels[7] | string | `"algorithm_info"` | | +| observability.metrics.version_info_labels[7] | string | `"algorithm_info"` | | | observability.otlp.attribute.namespace | string | `"_MY_POD_NAMESPACE_"` | | | observability.otlp.attribute.node_name | string | `"_MY_NODE_NAME_"` | | | observability.otlp.attribute.pod_name | string | `"_MY_POD_NAME_"` | |