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
`image.tag` | The Jenkins image tag | `2.164.3-alpine`
46
46
`image.pullPolicy` | The Jenkins image pull policy | `IfNotPresent`
47
47
`imagePullSecrets` | Image pull secrets | `[]`
48
+
`extraInitContainers` | Additional init containers. Passed through the `tpl` function and thus to be configured as string | `""`
49
+
`extraVolumeMounts` | Add additional volumes mounts. Passed through the `tpl` function and thus to be configured as string | `""`
50
+
`extraVolumes` | Add additional volumes. Passed through the `tpl` function and thus to be configured as string | `""`
48
51
`podAnnotations` | Annotations for the Jenkins pod | `{}`
49
52
`javaOpts` | `JAVA_OPTS` for the Jenkins process | `-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=2 -XshowSettings:vm`
50
53
`extraEnv` | Allows the specification of additional environment variables for Jenkins. Passed through the `tpl` function and thus to be configured as string | `""`
0 commit comments