We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5da917 commit 2749cecCopy full SHA for 2749cec
api/v1/nificluster_types.go
@@ -47,7 +47,7 @@ type NifiClusterSpec struct {
47
// Pod defines the policy for pods owned by NiFiKop operator.
48
Pod PodPolicy `json:"pod,omitempty"`
49
// clusterManager specifies
50
- // +kubebuilder:default:=kubernetes
+ // +kubebuilder:default:=zookeeper
51
// +optional
52
ClusterManager ClusterManagerType `json:"clusterManager,omitempty"`
53
// zKAddress specifies the ZooKeeper connection string
0 commit comments