Skip to content

Commit

Permalink
Fix boolean pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed May 29, 2024
1 parent c3e6744 commit 52915c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitoring/prometheusagent/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (pas PrometheusAgentService) buildRemoteWriteSecret(
},
TLSConfig: &promv1.TLSConfig{
SafeTLSConfig: promv1.SafeTLSConfig{
InsecureSkipVerify: pas.ManagementCluster.InsecureCA,
InsecureSkipVerify: &pas.ManagementCluster.InsecureCA,
},
},
},
Expand Down

0 comments on commit 52915c1

Please sign in to comment.