You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
The NiFiCluster.spec.nodeConfigGroup.nodeAnnotationsdocumented here actually map to NiFiCluster.spec.nodeConfigGroup.nifiAnnotations in the custom resource definition.
The name would be more appropriate as nodeAnnotations given its location in the CRD.
I've submitted a PR with a related change and renamed NiFiCluster.spec.nodeConfigGroup.nifiAnnotations to NiFiCluster.spec.nodeConfigGroup.nodeAnnotations to match the site documentation.
Additional context
I've submitted a fix for this in #150
The text was updated successfully, but these errors were encountered:
Bug Report
The
NiFiCluster.spec.nodeConfigGroup.nodeAnnotations
documented here actually map toNiFiCluster.spec.nodeConfigGroup.nifiAnnotations
in the custom resource definition.The name would be more appropriate as
nodeAnnotations
given its location in the CRD.source of the problem is here: https://github.com/Orange-OpenSource/nifikop/blob/master/api/v1alpha1/nificluster_types.go#L284
Environment
Kubernetes cluster kind:
NiFi version:
Possible Solution
I've submitted a PR with a related change and renamed
NiFiCluster.spec.nodeConfigGroup.nifiAnnotations
toNiFiCluster.spec.nodeConfigGroup.nodeAnnotations
to match the site documentation.Additional context
I've submitted a fix for this in #150
The text was updated successfully, but these errors were encountered: