Skip to content

Commit 648fae0

Browse files
Apply suggestions from code review
ty! Co-authored-by: Eliska Romanova <[email protected]>
1 parent a3381df commit 648fae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/manifests/types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,9 @@ type ThanosRulerConfig struct {
703703
// Configures how the Thanos Ruler component communicates
704704
// with additional Alertmanager instances.
705705
// The Cluster Monitoring Operator reads the cluster-wide proxy settings and configures
706-
// the appropriate Proxy URL for the Alertmanager endpoints.
707-
// All Alertmanager endpoints in this group are expected to resolve to the same Proxy URL.
708-
// If certain endpoints should bypass the cluster proxy, they should be placed in a separate group.
706+
// the appropriate proxy URL for the Alertmanager endpoints.
707+
// All Alertmanager endpoints in this group are expected to use the same proxy URL.
708+
// Endpoints that bypass the cluster proxy should be placed in a separate group.
709709
// The default value is `nil`.
710710
AlertmanagersConfigs []AdditionalAlertmanagerConfig `json:"additionalAlertmanagerConfigs,omitempty"`
711711
// Configures the default interval between Prometheus rule evaluations in case the `PrometheusRule` resource does not specify any value.

0 commit comments

Comments
 (0)