che-operator/helmcharts/next
Anatolii Bazko 1462520896
fix: dev resources (#1837)
* fix: dev resources

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* fix: test scripts

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

---------

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2024-05-14 17:24:18 +02:00
..
crds fix: dev resources (#1837) 2024-05-14 17:24:18 +02:00
templates fix: dev resources (#1837) 2024-05-14 17:24:18 +02: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> .