Provides a naked alpine container for testing only with bash and python added.
Get the K8s manifests from the folder /kubernetes.
Once Helm is locally installed, add the repo as follows:
helm repo add jk-test https://jgkirschbaum.github.io/jk-testIf you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo jgkirschbaum to see the charts.
To install the jk-test chart:
helm upgrade --install -n mynamespace my-jk-test jgkirschbaum/jk-testTo uninstall the chart:
helm delete -n mynamespace my-jk-test