From eec1a98f79461b56d5c12f7131b7d6653f4b12c4 Mon Sep 17 00:00:00 2001 From: weixiao-huang Date: Sat, 20 Aug 2022 09:01:27 +0800 Subject: [PATCH] fix: change typo virtDaemon to virtController --- deploy/helm/virtink/templates/virt-controller/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/virtink/templates/virt-controller/service.yaml b/deploy/helm/virtink/templates/virt-controller/service.yaml index 46f0700..cc8646e 100644 --- a/deploy/helm/virtink/templates/virt-controller/service.yaml +++ b/deploy/helm/virtink/templates/virt-controller/service.yaml @@ -1,4 +1,4 @@ -{{- $service := .Values.virtDaemon }} +{{- $service := .Values.virtController }} apiVersion: v1 kind: Service metadata: