File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ func DefaultOpConfig() *sync.Map {
158
158
cfg .Store (OpConfigCMCADuration , "8766h" )
159
159
cfg .Store (OpConfigCMCertDuration , "2160h" )
160
160
cfg .Store (OpConfigLogLevel , logLevelInfo )
161
- cfg .Store (OpConfigReconcileIntervalSeconds , "15 " )
161
+ cfg .Store (OpConfigReconcileIntervalSeconds , "5 " )
162
162
cfg .Store (OpConfigReconcileIntervalPercentage , "100" )
163
163
return cfg
164
164
}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ require (
9
9
github.com/openshift/library-go v0.0.0-20231002074440-3f69f773d102
10
10
github.com/pkg/errors v0.9.1
11
11
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.2
12
+ go.uber.org/zap v1.26.0
12
13
k8s.io/api v0.28.9
13
14
k8s.io/apimachinery v0.28.9
14
15
k8s.io/client-go v0.28.9
@@ -53,7 +54,6 @@ require (
53
54
github.com/prometheus/procfs v0.12.0 // indirect
54
55
github.com/spf13/pflag v1.0.5 // indirect
55
56
go.uber.org/multierr v1.11.0 // indirect
56
- go.uber.org/zap v1.26.0 // indirect
57
57
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
58
58
golang.org/x/net v0.24.0 // indirect
59
59
golang.org/x/oauth2 v0.16.0 // indirect
You can’t perform that action at this time.
0 commit comments