Browse Source

wip

pull/1/head
Nicolas Massé 3 years ago
parent
commit
d17ef6f4e2
  1. 6
      infrastructure.yaml.sample
  2. 4
      infrastructure/templates/devspaces.yaml

6
infrastructure.yaml.sample

@ -15,11 +15,11 @@ spec:
parameters:
- name: masterKey
value: my-secret-value
- name: openshift-dns-zone
- name: openshiftDnsZone
value: apps.ocp.tld
- name: github-client-id
- name: githubClientId
value: redacted
- name: github-client-secret
- name: githubClientSecret
value: redacted
project: default
syncPolicy:

4
infrastructure/templates/devspaces.yaml

@ -74,5 +74,5 @@ metadata:
che.eclipse.org/scm-server-endpoint: https://github.com
type: Opaque
stringData:
id: {{ .Values.github-client-id }}
secret: {{ .Values.github-client-secret }}
id: {{ .Values.githubClientId }}
secret: {{ .Values.githubClientSecret }}

Loading…
Cancel
Save