Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com> |
||
|---|---|---|
| .. | ||
| crds | ||
| templates | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
README.md
Eclipse Che Helm Charts
Charts
Helm charts to deploy Eclipse Che
Prerequisites
- Minimal Kubernetes version is 1.19
- Minimal Helm version is 3.2.2
- Cert manager installed
- OIDC Identity Provider configured
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> .