Description of the path in Binding Secret Generation Strategies extension is not a JSONPath in the ClusterServiceVersion descriptors.
This is the definition given in the document:
Path: A dot-delimited path of the field on the object that this descriptor describes.
Whereas, in the annotation, it's given as a JSONPath.
Since changing ClusterServiceVersion is not possible. I would recommend changing the annotation format to use the same syntax as that of CSV. The alternative is to use separate normative text for CSV and annotation.
Description of the path in Binding Secret Generation Strategies extension is not a JSONPath in the ClusterServiceVersion descriptors.
This is the definition given in the document:
Whereas, in the annotation, it's given as a JSONPath.
Since changing
ClusterServiceVersionis not possible. I would recommend changing the annotation format to use the same syntax as that of CSV. The alternative is to use separate normative text for CSV and annotation.