diff --git a/charts/flyte-core/templates/admin/configmap.yaml b/charts/flyte-core/templates/admin/configmap.yaml index fb5820c842..53af659e8b 100644 --- a/charts/flyte-core/templates/admin/configmap.yaml +++ b/charts/flyte-core/templates/admin/configmap.yaml @@ -36,6 +36,9 @@ data: {{- end }} {{- with .Values.configmap.namespace_config }} namespace_config.yaml: | {{ toYaml . | nindent 4 }} +{{- end }} +{{- with .Values.configmap.clusterpool_config }} + clusterpool_config.yaml: | {{ toYaml . | nindent 4 }} {{- end }} storage.yaml: | {{ tpl (include "storage" .) $ | nindent 4 }} {{- with .Values.configmap.task_resource_defaults }}