che-operator/helmcharts/next
Anatolii Bazko d6f5dbd7ae
chore: Deprecate CheCluster API v1 (#1456)
* chore: Deprecate CheCluster API v1

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

* Update warning message

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-07-26 09:06:40 +03:00
..
crds chore: Deprecate CheCluster API v1 (#1456) 2022-07-26 09:06:40 +03:00
templates Updating to Traefik v2.8.1. Mostly just seeing if the pr checks pass. (#1450) 2022-07-26 08:52:11 +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> .