File tree 2 files changed +43
-1
lines changed
charts/testkube-operator/templates
2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
1
{{- if .Values.installCRD }}
2
2
---
3
+ ---
3
4
apiVersion: apiextensions.k8s.io/v1
4
5
kind: CustomResourceDefinition
5
6
metadata:
@@ -3711,6 +3712,26 @@ spec:
3711
3712
type: string
3712
3713
description: test workflow execution tags
3713
3714
type: object
3715
+ target:
3716
+ description: Targets helps decide on which runner the execution is scheduled.
3717
+ properties:
3718
+ match:
3719
+ additionalProperties:
3720
+ items:
3721
+ type: string
3722
+ type: array
3723
+ type: object
3724
+ not:
3725
+ additionalProperties:
3726
+ items:
3727
+ type: string
3728
+ type: array
3729
+ type: object
3730
+ replicate:
3731
+ items:
3732
+ type: string
3733
+ type: array
3734
+ type: object
3714
3735
type: object
3715
3736
job:
3716
3737
description: configuration for the scheduled job
Original file line number Diff line number Diff line change 1
1
{{- if .Values.installCRD }}
2
2
---
3
+ ---
3
4
apiVersion: apiextensions.k8s.io/v1
4
5
kind: CustomResourceDefinition
5
6
metadata:
@@ -3637,6 +3638,26 @@ spec:
3637
3638
type: string
3638
3639
description: test workflow execution tags
3639
3640
type: object
3641
+ target:
3642
+ description: Targets helps decide on which runner the execution is scheduled.
3643
+ properties:
3644
+ match:
3645
+ additionalProperties:
3646
+ items:
3647
+ type: string
3648
+ type: array
3649
+ type: object
3650
+ not:
3651
+ additionalProperties:
3652
+ items:
3653
+ type: string
3654
+ type: array
3655
+ type: object
3656
+ replicate:
3657
+ items:
3658
+ type: string
3659
+ type: array
3660
+ type: object
3640
3661
type: object
3641
3662
job:
3642
3663
description: configuration for the scheduled job
@@ -10873,4 +10894,4 @@ spec:
10873
10894
type: object
10874
10895
served: true
10875
10896
storage: true
10876
- {{- end }}
10897
+ {{- end }}
You can’t perform that action at this time.
0 commit comments