fixed exporters tag

Signed-off-by: Jacob Payne <jacob@spectrocloud.com>
This commit is contained in:
Jacob Payne
2023-05-22 14:36:12 -07:00
parent 8323189e56
commit a963471629
3 changed files with 3 additions and 3 deletions

View File

@@ -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"`
}