omit empty repository from runner spec
This commit is contained in:
parent
eca3cc7941
commit
2567f6ee4e
|
|
@ -29,7 +29,7 @@ type RunnerSpec struct {
|
|||
|
||||
// +optional
|
||||
// +kubebuilder:validation:Pattern=`^[^/]*$`
|
||||
Repository string `json:"repository"`
|
||||
Repository string `json:"repository,omitempty"`
|
||||
|
||||
// +optional
|
||||
Containers []corev1.Container `json:"containers,omitempty"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue