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: parameters:
- name: masterKey - name: masterKey
value: my-secret-value value: my-secret-value
- name: openshift-dns-zone - name: openshiftDnsZone
value: apps.ocp.tld value: apps.ocp.tld
- name: github-client-id - name: githubClientId
value: redacted value: redacted
- name: github-client-secret - name: githubClientSecret
value: redacted value: redacted
project: default project: default
syncPolicy: syncPolicy:

4
infrastructure/templates/devspaces.yaml

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

Loading…
Cancel
Save