Skip to content

Commit 2749cec

Browse files
author
Julien Guitton
committed
Change default Cluster manager
1 parent f5da917 commit 2749cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/nificluster_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type NifiClusterSpec struct {
4747
// Pod defines the policy for pods owned by NiFiKop operator.
4848
Pod PodPolicy `json:"pod,omitempty"`
4949
// clusterManager specifies
50-
// +kubebuilder:default:=kubernetes
50+
// +kubebuilder:default:=zookeeper
5151
// +optional
5252
ClusterManager ClusterManagerType `json:"clusterManager,omitempty"`
5353
// zKAddress specifies the ZooKeeper connection string

0 commit comments

Comments
 (0)