Browse Source

wip

pull/1/head
Nicolas Massé 3 years ago
parent
commit
a78710311f
  1. 4
      infrastructure/templates/devspaces.yaml

4
infrastructure/templates/devspaces.yaml

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

Loading…
Cancel
Save