* feat: helmcharts to deploy Eclipse Che Signed-off-by: Anatolii Bazko <abazko@redhat.com> |
||
|---|---|---|
| .. | ||
| crds | ||
| templates | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
README.md
Eclipse Che Helm Charts
Charts
Helm charts to deploy Eclipse Che
Prerequisites
- Minimal Kubernetes version is 1.19
- Minimal Helm version is 3.2.2
Installation
Create a Namespace and install the Helm Charts for Eclipse Che Operator.
NAMESPACE=eclipse-che
DOMAIN=<KUBERNETES_CLUSTER_DOMAIN>
kubectl create namespace $NAMESPACE
# Install charts
helm install che --set k8s.ingressDomain=$DOMAIN --namespace $NAMESPACE .