mongodb / helm-charts

Apache License 2.0
99 stars 92 forks source link

Moved custom resource definition to the crds directory #283

Open bbergquist0930 opened 1 year ago

bbergquist0930 commented 1 year ago

All Submissions:

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.

github-actions[bot] commented 10 months ago

This PR is being marked stale because it has been open for 60 days with no activity. Please update the PR or ask for a fresh review.