Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <[email protected]>
  • Loading branch information
Neon-White committed Sep 18, 2023
1 parent fbdcab7 commit 6813897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/system/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ func LoadSystemDefaults() *nbv1.NooBaa {
if options.PrometheusNamespace != "" {
sys.Spec.Autoscaler.PrometheusNamespace = options.PrometheusNamespace
}
if options.NooBaaImage != "" {
image := options.NooBaaImage
sys.Spec.Image = &image
}
if options.NooBaaImage != "" {
image := options.NooBaaImage
sys.Spec.Image = &image
}
if options.ImagePullSecret != "" {
sys.Spec.ImagePullSecret = &corev1.LocalObjectReference{Name: options.ImagePullSecret}
}
Expand Down

0 comments on commit 6813897

Please sign in to comment.