Skip to content

Commit

Permalink
Remove dnsmasq restart script for new clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Dec 5, 2023
1 parent 232d3bc commit 0937291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func DefaultOperatorFlags() OperatorFlags {
"aro.banner.enabled": flagFalse,
"aro.checker.enabled": flagTrue,
"aro.dnsmasq.enabled": flagTrue,
"aro.restartdnsmasq.enabled": flagTrue,
"aro.restartdnsmasq.enabled": flagFalse,
"aro.genevalogging.enabled": flagTrue,
"aro.imageconfig.enabled": flagTrue,
"aro.ingress.enabled": flagTrue,
Expand Down

0 comments on commit 0937291

Please sign in to comment.