mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
omit empty repository from runner spec
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user