Skip to content

QryptInc/sidecarinjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

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.

(back to top)

Getting Started

See INSTALL.md for instructions

Prerequisites

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

Installation

(back to top)

Usage

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

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)