Skip to content

Commit

Permalink
add new github client env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei committed Dec 7, 2023
1 parent 779696d commit 33758e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nx-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nx-cloud
description: Nx Cloud Helm Chart
type: application
version: 0.12.0-rc.1
version: 0.12.0-rc.2
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
12 changes: 12 additions & 0 deletions charts/nx-cloud/templates/nx-cloud-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ spec:
secretKeyRef:
name: {{ .name }}
key: {{ .githubAppId }}
{{- end }}
{{- if .githubAppClientId }}
- name: NX_CLOUD_GITHUB_APP_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: {{ .name }}
key: {{ .githubAppClientSecret }}
- name: NX_CLOUD_GITHUB_APP_CLIENT_ID
valueFrom:
secretKeyRef:
name: {{ .name }}
key: {{ .githubAppClientId }}
{{- end }}
{{- if .hubspotApiKey }}
- name: HUBSPOT_API_KEY
Expand Down

0 comments on commit 33758e3

Please sign in to comment.