From 97e9a4ed5df7764dfdd11cfadddbfeebbd7e221c Mon Sep 17 00:00:00 2001 From: Vara Date: Wed, 6 Dec 2023 17:02:51 -0800 Subject: [PATCH] Update kibanaURL name in tenant CR --- api/v1/tenant_types.go | 2 +- pkg/crds/operator/operator.tigera.io_tenants.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/tenant_types.go b/api/v1/tenant_types.go index 6d3a65ddca..a52c47bda2 100644 --- a/api/v1/tenant_types.go +++ b/api/v1/tenant_types.go @@ -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"` } diff --git a/pkg/crds/operator/operator.tigera.io_tenants.yaml b/pkg/crds/operator/operator.tigera.io_tenants.yaml index a41b5e28d0..3d18975f9a 100644 --- a/pkg/crds/operator/operator.tigera.io_tenants.yaml +++ b/pkg/crds/operator/operator.tigera.io_tenants.yaml @@ -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