Skip to content

Commit

Permalink
accept featureFlags.EnableTektonOCIBundles to fix unknown field error
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa committed Nov 1, 2024
1 parent a161298 commit bdaa3ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/config/feature_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ type FeatureFlags struct {
DisableCredsInit bool
RunningInEnvWithInjectedSidecars bool
RequireGitSSHSecretKnownHosts bool
// EnableTektonOCIBundles bool // Deprecated: this is now ignored
EnableTektonOCIBundles *bool // Deprecated: this is now ignored, keeping here as bool pointer to fix GH issue: 8359
// ScopeWhenExpressionsToTask bool // Deprecated: this is now ignored
EnableAPIFields string
SendCloudEventsForRuns bool
Expand Down
5 changes: 5 additions & 0 deletions pkg/apis/config/zz_generated.deepcopy.go

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

2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1/zz_generated.deepcopy.go

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

2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1beta1/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 bdaa3ed

Please sign in to comment.