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
Add imagePullSecrets support to JobConfig for backup and restore jobs
Users with private container registries can now specify imagePullSecrets
in JobConfig, which is propagated to both backup CronJob and restore Job
PodSpecs. This enables pulling backup/restore images from authenticated
registries without manual intervention.
Signed-off-by: shunki-fujita <shunki-fujita@cybozu.co.jp>
Copy file name to clipboardExpand all lines: docs/crd_backuppolicy_v1beta2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,5 +83,6 @@ JobConfig is a set of parameters for backup and restore job Pods.
83
83
| affinity | If specified, the pod's scheduling constraints. |*[AffinityApplyConfiguration](https://pkg.go.dev/k8s.io/client-go/applyconfigurations/core/v1#AffinityApplyConfiguration)| false |
84
84
| volumes | Volumes defines the list of volumes that can be mounted by containers in the Pod. |[]VolumeApplyConfiguration | false |
85
85
| volumeMounts | VolumeMounts describes a list of volume mounts that are to be mounted in a container. |[]VolumeMountApplyConfiguration | false |
86
+
| imagePullSecrets | ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images. |[]LocalObjectReferenceApplyConfiguration | false |
0 commit comments