Skip to content

Commit 08b56d1

Browse files
committed
Address PR comments
1 parent 4e233a2 commit 08b56d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pkg/manifests/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2018 The Cluster Monitoring Operator Authors
1+
// Copyright 2018 The Cluster Monitoring Operator Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

Diff for: pkg/operator/operator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ func (o *Operator) Config(key string) (*manifests.Config, error) {
426426
if *c.ClusterMonitoringConfiguration.UserWorkloadEnabled {
427427
c.UserWorkloadConfiguration, err = o.loadUserWorkloadConfig()
428428
if err != nil {
429-
429+
return nil, err
430430
}
431431
}
432432

0 commit comments

Comments
 (0)