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 we have 3 installation methods: ManifestDirectory, HelmDirectory, HelmChart.
ManifestDirectory installation mode works completely independently from Helm, it uses KubectlClient to install cnf from manifests.
Issue is that the code that is needed for ManifestDirectory install mode functionality - placed in Helm library of CNF-testsuite project.
I think, that this code should be separated from Helm library and be an independent module in Testsuite.
Also, in my opinion, InstallMethod enum shouln't be bound to Helm library either. It should be an internal testsuite thing.
The text was updated successfully, but these errors were encountered:
Currently we have 3 installation methods: ManifestDirectory, HelmDirectory, HelmChart.
ManifestDirectory installation mode works completely independently from Helm, it uses KubectlClient to install cnf from manifests.
Issue is that the code that is needed for ManifestDirectory install mode functionality - placed in Helm library of CNF-testsuite project.
I think, that this code should be separated from Helm library and be an independent module in Testsuite.
Also, in my opinion, InstallMethod enum shouln't be bound to Helm library either. It should be an internal testsuite thing.
The text was updated successfully, but these errors were encountered: