che-operator/helmcharts/next
Anatolii Bazko a4e19ead9d
chore: Update dev resources (#1774)
* chore: Update dev resources

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2023-11-02 15:16:31 +01:00
..
crds chore: Update dev resources (#1774) 2023-11-02 15:16:31 +01:00
templates chore: Update dev resources (#1774) 2023-11-02 15:16:31 +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> .