Skip to content

Commit 2c9f859

Browse files
committed
chore: adjust base on the review comments
1 parent 79d1b7f commit 2c9f859

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

config/300-crds/300-pipelinerun.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,6 @@ spec:
25662566
coschedule:
25672567
type: string
25682568
disableCredsInit:
2569-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
25702569
type: boolean
25712570
disableInlineSpec:
25722571
type: string
@@ -2979,7 +2978,6 @@ spec:
29792978
coschedule:
29802979
type: string
29812980
disableCredsInit:
2982-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
29832981
type: boolean
29842982
disableInlineSpec:
29852983
type: string
@@ -3266,7 +3264,6 @@ spec:
32663264
coschedule:
32673265
type: string
32683266
disableCredsInit:
3269-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
32703267
type: boolean
32713268
disableInlineSpec:
32723269
type: string
@@ -5874,7 +5871,6 @@ spec:
58745871
coschedule:
58755872
type: string
58765873
disableCredsInit:
5877-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
58785874
type: boolean
58795875
disableInlineSpec:
58805876
type: string

config/300-crds/300-taskrun.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,6 @@ spec:
19491949
coschedule:
19501950
type: string
19511951
disableCredsInit:
1952-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
19531952
type: boolean
19541953
disableInlineSpec:
19551954
type: string
@@ -2236,7 +2235,6 @@ spec:
22362235
coschedule:
22372236
type: string
22382237
disableCredsInit:
2239-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
22402238
type: boolean
22412239
disableInlineSpec:
22422240
type: string
@@ -4134,7 +4132,6 @@ spec:
41344132
coschedule:
41354133
type: string
41364134
disableCredsInit:
4137-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
41384135
type: boolean
41394136
disableInlineSpec:
41404137
type: string
@@ -4387,7 +4384,6 @@ spec:
43874384
coschedule:
43884385
type: string
43894386
disableCredsInit:
4390-
description: DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
43914387
type: boolean
43924388
disableInlineSpec:
43934389
type: string

pkg/apis/config/feature_flags.go

-3
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,9 @@ var (
185185
// FeatureFlags holds the features configurations
186186
// +k8s:deepcopy-gen=true
187187
type FeatureFlags struct {
188-
// DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
189188
DisableCredsInit bool `json:"disableCredsInit,omitempty"`
190189
RunningInEnvWithInjectedSidecars bool `json:"runningInEnvWithInjectedSidecars,omitempty"`
191190
RequireGitSSHSecretKnownHosts bool `json:"requireGitSSHSecretKnownHosts,omitempty"`
192-
// EnableTektonOCIBundles bool // Deprecated: this is now ignored
193-
// ScopeWhenExpressionsToTask bool // Deprecated: this is now ignored
194191

195192
EnableAPIFields string `json:"enableAPIFields,omitempty"`
196193
SendCloudEventsForRuns bool `json:"sendCloudEventsForRuns,omitempty"`

0 commit comments

Comments
 (0)