Skip to content

Commit

Permalink
Merge pull request #3048 from vara2504/tenant_cr
Browse files Browse the repository at this point in the history
Update kibanaURL name in tenant CR
  • Loading branch information
caseydavenport authored Dec 7, 2023
2 parents cb92e02 + 97e9a4e commit 814cff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1/tenant_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type Index struct {

type TenantElasticSpec struct {
URL string `json:"url"`
KibanaURL string `json:"kibana_url,omitempty"`
KibanaURL string `json:"kibanaURL,omitempty"`
MutualTLS bool `json:"mutualTLS"`
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/crds/operator/operator.tigera.io_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
description: Elastic configures per-tenant ElasticSearch and Kibana
parameters. This field is required for clusters using external ES.
properties:
kibana_url:
kibanaURL:
type: string
mutualTLS:
type: boolean
Expand Down

0 comments on commit 814cff1

Please sign in to comment.