Skip to content

Commit

Permalink
Revert "fix: container for service"
Browse files Browse the repository at this point in the history
This reverts commit 890bdff.
  • Loading branch information
vsukhin committed Dec 18, 2024
1 parent 478ec73 commit 19a7f74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions api/testworkflows/v1/service_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ type IndependentServiceSpec struct {
// Probe to check if the service has started correctly
ReadinessProbe *corev1.Probe `json:"readinessProbe,omitempty" expr:"force"`

// defaults for the containers of the pod
Container *ContainerConfig `json:"container,omitempty" expr:"include"`

// list of accompanying permanent volume claims
Pvcs map[string]corev1.PersistentVolumeClaimSpec `json:"pvcs,omitempty" expr:"template,include"`
}
Expand Down
5 changes: 0 additions & 5 deletions api/testworkflows/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19a7f74

Please sign in to comment.