mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-27 03:48:56 +00:00
fixed exporters tag
Signed-off-by: Jacob Payne <jacob@spectrocloud.com>
This commit is contained in:
parent
8323189e56
commit
a963471629
@ -44,7 +44,7 @@ type OSArtifactSpec struct {
|
||||
OSRelease string `json:"osRelease,omitempty"`
|
||||
|
||||
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
|
||||
Exporters []batchv1.JobSpec `json:"exporter,omitempty"`
|
||||
Exporters []batchv1.JobSpec `json:"exporters,omitempty"`
|
||||
Volume *corev1.PersistentVolumeClaimSpec `json:"volume,omitempty"`
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ spec:
|
||||
diskSize:
|
||||
description: Disk-only stuff
|
||||
type: string
|
||||
exporter:
|
||||
exporters:
|
||||
items:
|
||||
description: JobSpec describes how the job execution will look like.
|
||||
properties:
|
||||
|
@ -114,7 +114,7 @@ func (r *OSArtifactReconciler) newArtifactPVC(artifact *osbuilder.OSArtifact) *c
|
||||
},
|
||||
Resources: corev1.ResourceRequirements{
|
||||
Requests: map[corev1.ResourceName]resource.Quantity{
|
||||
"storage": resource.MustParse("2Gi"),
|
||||
"storage": resource.MustParse("10Gi"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user