Skip to content

Commit

Permalink
reslove conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
luohua13 committed May 27, 2022
1 parent b6fbf34 commit 6e085c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apis/v1/jaeger_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ type JaegerCollectorSpec struct {
// +optional
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Strategy"
Strategy *appsv1.DeploymentStrategy `json:"strategy,omitempty"`

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

Expand Down Expand Up @@ -461,11 +463,10 @@ type JaegerIngesterSpec struct {
Config FreeForm `json:"config,omitempty"`

// +optional
<<<<<<< HEAD:apis/v1/jaeger_types.go
Strategy *appsv1.DeploymentStrategy `json:"strategy,omitempty"`
=======

// +optional
KafkaSecretName string `json:"kafkaSecretName"`
>>>>>>> c953130e (add kafkaSecretName for collector and ingester):pkg/apis/jaegertracing/v1/jaeger_types.go
}

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

0 comments on commit 6e085c1

Please sign in to comment.