che-operator/helmcharts
Anatolii Bazko 20ffca19ab
feat: helmcharts to deploy Eclipse Che (#1184)
* feat: helmcharts to deploy Eclipse Che

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-11-26 09:09:17 +02:00
..
crds feat: helmcharts to deploy Eclipse Che (#1184) 2021-11-26 09:09:17 +02:00
templates feat: helmcharts to deploy Eclipse Che (#1184) 2021-11-26 09:09:17 +02:00
Chart.yaml feat: helmcharts to deploy Eclipse Che (#1184) 2021-11-26 09:09:17 +02:00
README.md feat: helmcharts to deploy Eclipse Che (#1184) 2021-11-26 09:09:17 +02:00
values.yaml feat: helmcharts to deploy Eclipse Che (#1184) 2021-11-26 09:09:17 +02:00

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 .