che-operator/helmcharts/next
Anatolii Bazko 7bc4194e0e
chore: Migrate from sql-based to file-based catalog source format (#1559)
chore: Migrate from sql-based to file-based catalog source format 

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-11-16 15:00:09 +02:00
..
crds chore: Migrate from sql-based to file-based catalog source format (#1559) 2022-11-16 15:00:09 +02:00
templates chore: Migrate from sql-based to file-based catalog source format (#1559) 2022-11-16 15:00:09 +02:00
Chart.yaml feat: Add stable helm chart and gh action to release it. (#1203) 2021-12-01 17:25:34 +02:00
README.md feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
values.yaml feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00

README.md

Eclipse Che Helm Charts

Charts

Helm charts to deploy Eclipse Che

Prerequisites

Installation

Install the Helm Charts for Eclipse Che Operator

helm install che \
  --create-namespace \ 
  --namespace eclipse-che \
  --set networking.domain=<KUBERNETES_INGRESS_DOMAIN> \
  --set networking.auth.oAuthSecret=<OAUTH_SECRET> \
  --set networking.auth.oAuthClientName=<OAUTH_CLIENT_NAME> \
  --set networking.auth.identityProviderURL=<IDENTITY_PROVIDER_URL> .