Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "mark as an embedded resource" #170

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions api/v1alpha1/githubactionrunner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ type GithubActionRunnerSpec struct {
MaxRunners int `json:"maxRunners"`

// +kubebuilder:validation:Required
// +kubebuilder:validation:XEmbeddedResource
// +kubebuilder:pruning:PreserveUnknownFields
PodTemplateSpec v1.PodTemplateSpec `json:"podTemplateSpec"`

// PAT to un/register runners. Required if the operator is not running in github-application mode.
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/garo.tietoevry.com_githubactionrunners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6307,8 +6307,6 @@ spec:
- containers
type: object
type: object
x-kubernetes-embedded-resource: true
x-kubernetes-preserve-unknown-fields: true
reconciliationPeriod:
default: 1m
description: How often to reconcile/check the runner pool. If undefined
Expand Down