Skip to content

Commit fd1c399

Browse files
configurable ucid for enterprise (#6553)
1 parent 674837b commit fd1c399

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

charts/devtron/templates/configmap-secret.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,16 @@ data:
376376
{{- end }}
377377
{{- end }}
378378
{{- end }}
379-
{{- end }}
379+
{{- end }}
380+
{{- if $.Values.devtronEnterprise.enabled }}
381+
---
382+
apiVersion: v1
383+
data:
384+
{{- if or $.Values.UCID $.Values.ucid }}
385+
UCID: {{ $.Values.UCID | default $.Values.ucid }}
386+
{{- end }}
387+
kind: ConfigMap
388+
metadata:
389+
name: devtron-ucid
390+
namespace: devtroncd
391+
{{- end }}

0 commit comments

Comments
 (0)