che-operator/helmcharts/next
Ilya Buziuk 822bda086a chore: Increase memory limit to 2Gi
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2024-03-25 12:20:09 +01:00
..
crds feat: Advanced authorization (#1789) 2023-12-04 17:09:27 +01:00
templates chore: Increase memory limit to 2Gi 2024-03-25 12:20:09 +01:00
Chart.yaml chore: Update dev resources (#1774) 2023-11-02 15:16:31 +01:00
README.md feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
values.yaml chore: Update dev resources (#1774) 2023-11-02 15:16:31 +01: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> .