ironcore-scrapyard / virtual-controlplane

Collection of Helm charts to deploy a virtual Kubernetes control plane
Apache License 2.0
2 stars 0 forks source link

Add helm test setup script #16

Closed afritzler closed 3 years ago

afritzler commented 3 years ago

Summary

Currently we are just using the ct command to do the testing. It is performed in the github action runner by setting up a temporary kind cluster. Ideally we need a testing script which also sets up all dependant helm charts like cert-manager and then applies our charts in the correct order.

damyan commented 3 years ago

I will be interested in a solution as well. I had some test action running (https://github.com/onmetal/kea-dhcp-pxe/blob/feature/add-github-actions/.github/workflows/helm-lint-test.yaml), but for whatever reason installing the kind cluster and trying to install the chart crashed the runner all the time...