Skip to content

Commit

Permalink
address probesRequireAuth copy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarroll1 committed Feb 3, 2025
1 parent d79db2d commit 285c662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/solrcloud_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/solr.apache.org_solrclouds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/solr-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 285c662

Please sign in to comment.