Skip to content

Commit

Permalink
[installer]: remove jaeger operator external
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Nov 29, 2021
1 parent 83118bf commit 68795f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions installer/pkg/config/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,7 @@ type ContainerRegistryExternal struct {
}

type Jaeger struct {
InCluster *bool `json:"inCluster,omitempty" validate:"required"`
External *JaegerOperatorExternal `json:"external,omitempty" validate:"required_if=InCluster false"`
}

type JaegerOperatorExternal struct {
Certificate ObjectRef `json:"certificate" validate:"required"`
InCluster *bool `json:"inCluster,omitempty" validate:"required"`
}

type LogLevel string
Expand Down

0 comments on commit 68795f4

Please sign in to comment.