You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/job/values.yaml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,13 @@ global:
25
25
# If not set and create is true, a name is generated using the fullname template
26
26
name: ""
27
27
28
+
automountServiceAccountToken: false
29
+
28
30
activeDeadlineSeconds: 10800# Limit of time in second during which job can create new pods.
29
31
backoffLimit: 2# Number of retries tu run a job. One retry is equal to one pod creation.
30
32
parallelism: 1# Number of concurrent PODS to run at the same time for single job (https://kubernetes.io/docs/concepts/workloads/controllers/job/#parallel-jobs)
31
33
completions: 1# Number of successful completions required before marking the job as completed. This will be ignored if parallelism is set to more than 1.
0 commit comments