You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Helmify supports -crd-dir which creates a new folder for CRDs. This complies with the helm standards method 1.
We can add a flag example: -crd-chart which would generate a separate chart containing the template resources and another with the CRDs, complying with helm standards method 2 .
The text was updated successfully, but these errors were encountered:
Currently Helmify supports
-crd-dir
which creates a new folder for CRDs. This complies with the helm standards method 1.We can add a flag example:
-crd-chart
which would generate a separate chart containing the template resources and another with the CRDs, complying with helm standards method 2 .The text was updated successfully, but these errors were encountered: