From d17ef6f4e2e4bf083a6d9aecbcd024550d59092c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 2 Jun 2023 17:51:22 +0200 Subject: [PATCH] wip --- infrastructure.yaml.sample | 6 +++--- infrastructure/templates/devspaces.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure.yaml.sample b/infrastructure.yaml.sample index 79d83ad..e756582 100644 --- a/infrastructure.yaml.sample +++ b/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: diff --git a/infrastructure/templates/devspaces.yaml b/infrastructure/templates/devspaces.yaml index b533427..78bccfa 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: {{ .Values.github-client-id }} - secret: {{ .Values.github-client-secret }} + id: {{ .Values.githubClientId }} + secret: {{ .Values.githubClientSecret }}