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