Closed eminalparslan closed 1 year ago
The PR looks good.
I have one more comment on it. Can you give a more descriptive title and explanation for the PR?
Use the following structure:
One-line short description of the change blank-line A more detailed description including the context/background of the issue, and a description of the fix. blank-line Fixes: Github Issue link
If the PR is for an issue that has been already closed, then replace Fixes: Github Issue link with Updates: Github Issue link
If there is no issue created in Github, leave out the Fixes/Updates line.
Installs and deletes subchart crds .
Helm charts can have subcharts in a
charts
directory. These subcharts may havecrds
of their own that need to be installed when theResourceComposition
is created and removed when theResourceComposition
is deleted. The changes simply recursively traverse thecharts
directory of any helm chart and install/delete anycrds
directory.Fixes: https://github.com/cloud-ark/kubeplus/issues/1167