che-operator/helmcharts/next
Anatolii Bazko 36750ae52d
chore: Update controller-gen tool version to 0.14.0 (#1847)
* chore: Update controller-gen tool version to 0.14.0

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2024-06-04 16:09:29 +02:00
..
crds chore: Update controller-gen tool version to 0.14.0 (#1847) 2024-06-04 16:09:29 +02:00
templates feat: Disable plugin registry if openVSX registry is configured (#1843) 2024-06-04 10:42:53 +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> .