Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
machine424 committed Jan 14, 2025
1 parent 8051c3b commit 8462cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/manifests/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,8 @@ func (f *Factory) PrometheusK8s(grpcTLS *v1.Secret, telemetrySecret *v1.Secret)
if f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.LogLevel != "" {
p.Spec.LogLevel = f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.LogLevel
}
// Temp, debugging only
p.Spec.LogLevel = "debug"

if f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.Retention != "" {
p.Spec.Retention = monv1.Duration(f.config.ClusterMonitoringConfiguration.PrometheusK8sConfig.Retention)
Expand Down

0 comments on commit 8462cac

Please sign in to comment.