Open bbergquist0930 opened 1 year ago
closes #XXXX
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
templates
crds
.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.
git
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.
All Submissions:
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 thecrds
directory. Note that higher up this is in.gitignore
I am not sure why the
crds
is listed in there. I forcedgit
to add the directory and resource file.