Skip to content

Commit

Permalink
add enabled and managed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Mar 24, 2022
1 parent f707f56 commit eb4d71b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ func DefaultOperatorFlags() OperatorFlags {
"aro.storageaccounts.enabled": flagTrue,
"aro.workaround.enabled": flagTrue,
"aro.autosizednodes.enable": flagFalse,
"rh.srep.muo.enabled": flagTrue,
"rh.srep.muo.managed": flagTrue,
}
}

0 comments on commit eb4d71b

Please sign in to comment.