forked from kubermatic/community-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheclipse-che-app.yaml
More file actions
26 lines (26 loc) · 924 Bytes
/
eclipse-che-app.yaml
File metadata and controls
26 lines (26 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Example of an ApplicationDefinition
apiVersion: apps.kubermatic.k8c.io/v1
kind: ApplicationDefinition
metadata:
name: eclipse-che
spec:
description: A Helm chart for deploying Eclipse Che on a Kubernetes or Openshift cluster.
method: helm
versions:
- template:
source:
git:
path: components/eclipse-che
ref:
branch: master
remote: https://github.com/kubermatic/community-components
version: 7.55.0
# During the applicationdefinition creation time if the defaultValues is updated, then it is render for override during the application creation process from UI.
# By default, it is set empty.
defaultValues:
networking:
auth:
identityProviderURL: "https://xxxxx.lab.kubermatic.io/dex"
oAuthClientName: "kubermaticIssuer"
oAuthSecret: "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
domain: eclipse-che.xxxxx.lab.kubermatic.io