helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Moved custom resource definition to the crds directory

Open bbergquist0930 opened this issue 7 months ago • 1 comments

All Submissions:

  • [x] Have you opened an Issue before filing this PR?
  • [x] Have you signed our CLA?
  • [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [x] Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

Closes #282

This just moves the custom resource definition from the templates directory to the crds directory. Note that higher up this is in .gitignore

cat .gitignore 
private/
*.crt
*.key
*.tgz
.DS_Store
.idea
*.iml

# ignoring generated charts and chart locks
Chart.lock
crds

I am not sure why the crds is listed in there. I forced git to add the directory and resource file.

bbergquist0930 avatar Nov 19 '23 14:11 bbergquist0930