From 285c66288c67b1ae8b9118103fb2ce6fe07b8fac Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Mon, 3 Feb 2025 10:29:52 -0500 Subject: [PATCH] address probesRequireAuth copy issue --- api/v1beta1/solrcloud_types.go | 2 +- config/crd/bases/solr.apache.org_solrclouds.yaml | 2 +- helm/solr-operator/crds/crds.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v1beta1/solrcloud_types.go b/api/v1beta1/solrcloud_types.go index 83fc74b1..d8241d07 100644 --- a/api/v1beta1/solrcloud_types.go +++ b/api/v1beta1/solrcloud_types.go @@ -1630,7 +1630,7 @@ type BootstrapSecurityJson struct { // Flag to indicate if the operator should overwrite an existing security.json if there are changes // as compared to the underlying secret // +optional - Overwrite bool `json:"probesRequireAuth,omitempty"` + Overwrite bool `json:"overwrite,omitempty"` } type SolrSecurityOptions struct { diff --git a/config/crd/bases/solr.apache.org_solrclouds.yaml b/config/crd/bases/solr.apache.org_solrclouds.yaml index a6f6921a..04290536 100644 --- a/config/crd/bases/solr.apache.org_solrclouds.yaml +++ b/config/crd/bases/solr.apache.org_solrclouds.yaml @@ -10230,7 +10230,7 @@ spec: - key type: object x-kubernetes-map-type: atomic - probesRequireAuth: + overwrite: description: |- Flag to indicate if the operator should overwrite an existing security.json if there are changes as compared to the underlying secret diff --git a/helm/solr-operator/crds/crds.yaml b/helm/solr-operator/crds/crds.yaml index a2558f27..f70ead4f 100644 --- a/helm/solr-operator/crds/crds.yaml +++ b/helm/solr-operator/crds/crds.yaml @@ -10488,7 +10488,7 @@ spec: - key type: object x-kubernetes-map-type: atomic - probesRequireAuth: + overwrite: description: |- Flag to indicate if the operator should overwrite an existing security.json if there are changes as compared to the underlying secret