Open
Description
Describe the bug
I tried to connect ArgoCDExport to an existing PVC which is allocated using CSI driver (using the dataSource
fields). When going through the source code of the operator I found out that the claim name to be used is the ArgoCDExport name and not the name field under dataSource
To Reproduce
Steps to reproduce the behavior:
- Create a PVC.
- Create a ArgoCDExport with the corresponding name and kind under
dataSource
and set thebackend
field to local - The created CronJob template is mounting EmptyDir instead of the existing PVC.
Expected behavior
being able to create existing PVC and ArgoCDExport with different names while specifing the correct PVC name.