We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674837b commit fd1c399Copy full SHA for fd1c399
1 file changed
charts/devtron/templates/configmap-secret.yaml
@@ -376,4 +376,16 @@ data:
376
{{- end }}
377
378
379
-{{- end }}
+{{- 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
387
+kind: ConfigMap
388
+metadata:
389
+ name: devtron-ucid
390
+ namespace: devtroncd
391
0 commit comments