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
| fullnameOverride | string |`""`| String to fully override the default application name. |
21
21
| global.platform | string |`"kubernetes"`| For security context depending of the cluster distribution. |
22
22
| job.activeDeadlineSeconds | string |`nil`| Optional maximum time in seconds before de Pod is killed (no matter of the backoffLimit). |
23
23
| job.annotations | object |`{"argocd.argoproj.io/hook":"PostSync","argocd.argoproj.io/hook-delete-policy":"HookSucceeded"}`| Kubernetes annotations to apply to the job resource. |
24
24
| job.backoffLimit | int |`6`| Number of retries before setting de Job status to failed. |
25
-
| job.dscName|string|`nil`|Name of the DsoSocleConfig to use as source-of-truth. |
25
+
| job.command|list|`[]`|Command to run in the job container. |
26
26
| job.extraEnv | Optional |`[]`| Extra environment variables to pass to the job container. |
27
27
| job.extraVolumeMounts | Optional |`[]`| Extra volume mounts for the job container. |
28
28
| job.extraVolumes | Optional |`[]`| Extra volumes to mount into the job container. |
29
29
| job.image.pullPolicy | string |`"IfNotPresent"`| Pull policy for the job image. |
30
-
| job.image.repository | string |`"ghcr.io/cloud-pi-native/git-ansible"`| Repository to use for the job. |
30
+
| job.image.repository | string |`""`| Repository to use for the job. |
31
31
| job.image.tag | string |`""`| Tag to use for the job. # Overrides the image tag whose default is the chart appVersion. |
0 commit comments