mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-14 06:12:42 +00:00
fixed exporters tag
Signed-off-by: Jacob Payne <jacob@spectrocloud.com>
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user