Skip to content

Commit

Permalink
Allow specifying default cluster pool assignments in admin config
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Oct 12, 2023
1 parent 737ef23 commit 5309d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/flyte-core/templates/admin/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5309d44

Please sign in to comment.