This is a helm chart based on a docker image built from this repo. Follow the INSTALL.md to deploy a service injector. There's also steps to launch a demo pod to test functionality. Note instructions in the INSTALL.md to enable/disable TLS connections.
See INSTALL.md for instructions
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add qrypt-sc https://docs.qrypt.com/sidecarinjector/
If 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 qrypt-sc
to see the charts.
To install the sidecarinjector chart:
helm install my-sidecarinjector qrypt-sc/sidecarinjector
To uninstall the chart:
helm delete my-sidecarinjector
Distributed under the MIT License. See LICENSE for more information.