Skip to content

Commit

Permalink
Revert "mark as an embedded resource" - fixes #169
Browse files Browse the repository at this point in the history
This reverts commit 7d978f3.
  • Loading branch information
davidkarlsen committed Jan 22, 2021
1 parent 5f8fd6b commit 8cdec0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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

0 comments on commit 8cdec0b

Please sign in to comment.