che-operator/helmcharts/next
Anatolii Bazko 885d623258
feat: Configure the access token timeouts (#1418)
* feat: Configure the OAuthClient token configuration

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-06-29 09:47:41 +03:00
..
crds feat: Configure the access token timeouts (#1418) 2022-06-29 09:47:41 +03:00
templates feat: CheCluster defaults (#1407) 2022-06-22 11:02:08 +03: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> .