Skip to content

Commit

Permalink
[HELM] - Fixed typo in values.yaml (#1548)
Browse files Browse the repository at this point in the history
Inside the deployment.yaml and in other locations inside the project, `jobLabels` is used.

Signed-off-by: ronaldvb-k <[email protected]>
  • Loading branch information
ronaldvb-k authored Nov 8, 2024
1 parent 6ebb808 commit 840167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/terranetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 840167d

Please sign in to comment.