From a78710311f4cebecb50056a35edb935f2404c706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 2 Jun 2023 17:49:23 +0200 Subject: [PATCH] wip --- infrastructure/templates/devspaces.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/templates/devspaces.yaml b/infrastructure/templates/devspaces.yaml index 3f7f6f9..b533427 100644 --- a/infrastructure/templates/devspaces.yaml +++ b/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 }}