diff --git a/api/v1alpha1/githubactionrunner_types.go b/api/v1alpha1/githubactionrunner_types.go index 94af67bb..282e72dd 100644 --- a/api/v1alpha1/githubactionrunner_types.go +++ b/api/v1alpha1/githubactionrunner_types.go @@ -34,8 +34,6 @@ type GithubActionRunnerSpec struct { MaxRunners int `json:"maxRunners"` // +kubebuilder:validation:Required - // +kubebuilder:validation:XEmbeddedResource - // +kubebuilder:pruning:PreserveUnknownFields // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Pod Template" PodTemplateSpec v1.PodTemplateSpec `json:"podTemplateSpec"`