From 840167ded53916c0053cf0c3c287dcc8992adcf1 Mon Sep 17 00:00:00 2001 From: ronaldvb-k <157349919+ronaldvb-k@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:26:16 +0100 Subject: [PATCH] [HELM] - Fixed typo in values.yaml (#1548) Inside the deployment.yaml and in other locations inside the project, `jobLabels` is used. Signed-off-by: ronaldvb-k <157349919+ronaldvb-k@users.noreply.github.com> --- charts/terranetes-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/terranetes-controller/values.yaml b/charts/terranetes-controller/values.yaml index aa1013717..d6a718b0e 100644 --- a/charts/terranetes-controller/values.yaml +++ b/charts/terranetes-controller/values.yaml @@ -65,7 +65,7 @@ controller: # is the name of config map holding a override to the job template job: "" # a collection of labels which are added to all jobs - jobsLabels: {} + jobLabels: {} # is the image pull policy imagePullPolicy: IfNotPresent # indicate we create the watcher jobs in user namespace, these allow users