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 9323fe6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9323fe6

Please sign in to comment.