Skip to content

Commit

Permalink
render namespace defaults to true
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle committed Oct 10, 2024
1 parent 51102a8 commit 061b816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func (o *Options) Validate() error {
}

func (o *Options) ApplyDefaults() {
o.RenderNamespace = true
switch {
case o.Development:
o.HyperShiftOperatorReplicas = 0
Expand Down

0 comments on commit 061b816

Please sign in to comment.