Skip to content

Commit 9d76c32

Browse files
committed
fix: enum typo
1 parent bf6d36f commit 9d76c32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/executor/v1/executor_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const (
6868
FeatureJUnitReport Feature = "junit-report"
6969
)
7070

71-
// +kubebuilder:validation:Enum=job;conrainer
71+
// +kubebuilder:validation:Enum=job;container
7272
type ExecutorType string
7373

7474
const (

config/crd/bases/executor.testkube.io_executors.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
for container executors
6565
enum:
6666
- job
67-
- conrainer
67+
- container
6868
type: string
6969
features:
7070
description: Features list of possible features which executor handles

0 commit comments

Comments
 (0)