Skip to content

Commit

Permalink
Allow specifying default cluster pool assignments in admin config (#4208
Browse files Browse the repository at this point in the history
)
  • Loading branch information
katrogan authored Oct 12, 2023
1 parent 737ef23 commit ba10ac0
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 ba10ac0

Please sign in to comment.