Skip to content

Commit

Permalink
fix: fmt error of basic check
Browse files Browse the repository at this point in the history
  • Loading branch information
luohua13 committed Jun 5, 2022
1 parent f45cca3 commit 095adc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/v1/jaeger_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ type JaegerCollectorSpec struct {
Strategy *appsv1.DeploymentStrategy `json:"strategy,omitempty"`

// +optional
KafkaSecretName string `json:"kafkaSecretName"`
KafkaSecretName string `json:"kafkaSecretName"`
}

// JaegerIngesterSpec defines the options to be used when deploying the ingester
Expand Down Expand Up @@ -466,7 +466,7 @@ type JaegerIngesterSpec struct {
Strategy *appsv1.DeploymentStrategy `json:"strategy,omitempty"`

// +optional
KafkaSecretName string `json:"kafkaSecretName"`
KafkaSecretName string `json:"kafkaSecretName"`
}

// JaegerAgentSpec defines the options to be used when deploying the agent
Expand Down

0 comments on commit 095adc3

Please sign in to comment.