Skip to content

Commit

Permalink
Change catalogPersistenceEnabled property name
Browse files Browse the repository at this point in the history
  • Loading branch information
dzeromski-hazelcast committed Aug 14, 2023
1 parent 4ed2fc8 commit 6b9b681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/hazelcast_types.go
Expand Up @@ -1073,7 +1073,7 @@ type SQL struct {
// Hot Restart. Feature is disabled by default.
// +kubebuilder:default:=false
// +optional
CatalogPersistence bool `json:"catalogPersistence"`
CatalogPersistence bool `json:"catalogPersistenceEnabled"`
}

// HazelcastStatus defines the observed state of Hazelcast
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/hazelcast.com_hazelcasts.yaml
Expand Up @@ -1824,7 +1824,7 @@ spec:
sql:
description: Hazelcast SQL configuration
properties:
catalogPersistence:
catalogPersistenceEnabled:
default: false
description: CatalogPersistence sets whether SQL Catalog persistence
is enabled for the node. With SQL Catalog persistence enabled
Expand Down
Expand Up @@ -2099,7 +2099,7 @@ spec:
sql:
description: Hazelcast SQL configuration
properties:
catalogPersistence:
catalogPersistenceEnabled:
default: false
description: CatalogPersistence sets whether SQL Catalog persistence
is enabled for the node. With SQL Catalog persistence enabled
Expand Down

0 comments on commit 6b9b681

Please sign in to comment.