# Agents.ImagePullSecrets -- Name of image pull secret to pull private Docker images or an array of image pull secrets
ImagePullSecrets:null
Persistence:
# Persistence.StorageClass -- Persistent Volume Storage Class for Jenkins Home
...
...
@@ -283,16 +288,6 @@ Persistence:
# Persistence.Size -- Size of the Operations Center volume
Size:20Gi
# Persistence.volumes -- Additional volumes to attach to Operations Center pod
volumes:[]
# - name: nothing
# emptyDir: {}
# Persistence.mounts -- Additional volume mounts to attach to Operations Center container
mounts:[]
# - mountPath: /var/nothing
# name: nothing
# readOnly: true
# Master hibernation
Hibernation:
# Hibernation.Enabled -- Whether to enable the [Hibernation](https://docs.cloudbees.com/docs/cloudbees-ci/latest/cloud-admin-guide/managing-masters#_hibernation_of_managed_masters) feature
...
...
@@ -301,7 +296,18 @@ Hibernation:
# Hibernation.Image.dockerImage -- Used to override the default docker image
# If false (and rbac is enabled in the cluster anyway), provide valid names for `serviceAccountName`, `masterServiceAccountName` and `hibernationMonitorServiceAccountName`
# If false (and rbac is enabled in the cluster anyway), provide valid names for all service accounts.