From 4cc1d199cd3b13b6edee96af5339708f9747f499 Mon Sep 17 00:00:00 2001 From: Indresh2410 Date: Fri, 25 Oct 2024 20:53:55 +0530 Subject: [PATCH] Fix Helm Templates Generation (#406) Signed-off-by: Indresh Prakash --- deployment/templates/service-monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/templates/service-monitor.yaml b/deployment/templates/service-monitor.yaml index 82043efa..db3faeea 100644 --- a/deployment/templates/service-monitor.yaml +++ b/deployment/templates/service-monitor.yaml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: {{ .Values.service-monitor.apiVersion }} +apiVersion: {{ .Values.serviceMonitor.apiVersion }} kind: ServiceMonitor metadata: name: {{ include "dcgm-exporter.fullname" . }}