Skip to content

Commit 1cfd5c0

Browse files
fix(nx-cloud): make nx cloud mode overridable
1 parent 6e0df36 commit 1cfd5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nx-cloud/templates/aggregator/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
{{- end }}
5353
env:
5454
- name: NX_CLOUD_MODE
55-
value: 'private-enterprise'
55+
value: {{ .Values.global.nxCloudMode | default "private-enterprise" | quote }}
5656
- name: NX_CLOUD_APP_URL
5757
value: {{ .Values.global.nxCloudAppURL }}
5858
{{- if .Values.global.mongodbConnectionString.secretName }}

0 commit comments

Comments
 (0)