Skip to content

Commit

Permalink
fix: fixed feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Aug 30, 2024
1 parent 2dd3858 commit 9e6116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cloud.redhat.com/clowderconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type ClowderConfig struct {
DisableCloudWatchLogging bool `json:"disableCloudWatchLogging"`
EnableExternalStrimzi bool `json:"enableExternalStrimzi"`
DisableRandomRoutes bool `json:"disableRandomRoutes"`
DisableStrimziFinalizer bool `json:"disableStrimziFinalizerUse"`
DisableStrimziFinalizer bool `json:"disableStrimziFinalizer"`
} `json:"features"`
Settings struct {
ManagedKafkaEphemDeleteRegex string `json:"managedKafkaEphemDeleteRegex"`
Expand Down

0 comments on commit 9e6116a

Please sign in to comment.