Skip to content

Commit

Permalink
Fix DatacenterName description
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Oct 7, 2024
1 parent 3353fc2 commit b106e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/cassandra/v1beta1/cassandradatacenter_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ type CassandraDatacenterSpec struct {
// CDC allows configuration of the change data capture agent which can run within the Management API container. Use it to send data to Pulsar.
CDC *CDCConfiguration `json:"cdc,omitempty"`

// DatacenterName allows to override the name of the Cassandra datacenter. Kubernetes objects will be named after a sanitized version of it if set, and if not metadata.name. In Cassandra the DC name will be overridden by this value.
// It may generate some confusion as objects created for the DC will have a different name than the CasandraDatacenter object itself.
// DatacenterName allows to override the name of the Cassandra datacenter. In Cassandra the DC name will be overridden by this value.
// This setting can create conflicts if multiple DCs coexist in the same namespace if metadata.name for a DC with no override is set to the same value as the override name of another DC.
// Use cautiously.
// +optional
Expand Down

0 comments on commit b106e9b

Please sign in to comment.