Helm Chart Installation
Requirements
- Kubernetes 1.12+ 
- Helm 3.1+ 
- PV provisioner support in the underlying infrastructure 
Get Repo Info
Add the Netris Helm repository:
helm repo add netrisai https://netrisai.github.io/charts
helm repo update
Installing the Chart
In order to install the Helm chart, you must follow these steps:
- Create the namespace for netris-controller: 
kubectl create namespace netris-controller
- Install helm chart with netris-controller: 
helm install netris-controller netrisai/netris-controller \
  --namespace netris-controller \
  --set ingress.hosts={my.domain.com}
Uninstalling the Chart
To uninstall/delete the netris-controller helm release:
helm uninstall netris-controller
Chart Configuration
See the netris-controller README for details about configurable parameters and their default values.
