Skip to content

Commit

Permalink
fix double backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Oct 23, 2023
1 parent 52ad2dc commit e146526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1beta2/flowcollector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ type LokiMicroservicesParams struct {
QuerierURL string `json:"querierUrl,omitempty"`

//+kubebuilder:default:="netobserv"
// `tenantID`` is the Loki `X-Scope-OrgID` header that identifies the tenant for each request.
// `tenantID` is the Loki `X-Scope-OrgID` header that identifies the tenant for each request.
TenantID string `json:"tenantID,omitempty"`

// TLS client configuration for Loki URL.
Expand All @@ -588,7 +588,7 @@ type LokiMonolithParams struct {
URL string `json:"url,omitempty"`

//+kubebuilder:default:="netobserv"
// `tenantID`` is the Loki `X-Scope-OrgID` header that identifies the tenant for each request.
// `tenantID` is the Loki `X-Scope-OrgID` header that identifies the tenant for each request.
TenantID string `json:"tenantID,omitempty"`

// TLS client configuration for Loki URL.
Expand Down

0 comments on commit e146526

Please sign in to comment.