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 }}