Skip to content

Commit

Permalink
Merge pull request #1038 from RedHatInsights/fix_feature_flag
Browse files Browse the repository at this point in the history
fix: fixed feature flag
  • Loading branch information
maknop authored Aug 30, 2024
2 parents 2dd3858 + 9e6116a commit 213741a
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 213741a

Please sign in to comment.