Skip to content

Commit

Permalink
add partial charts
Browse files Browse the repository at this point in the history
  • Loading branch information
fonhorst committed Nov 26, 2023
1 parent 9e6fc24 commit a68a058
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions distributed/charts/autotm/templates/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: autotm-rabbitmq-config
name: {{ .Values.autotm_prefix -}}-rabbitmq-config
labels:
{{- range $key, $val := .Values.required_labels }}
{{ $key }}: {{ $val | quote }}
Expand All @@ -19,7 +19,11 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
name: autotm-worker-config
name: {{ .Values.autotm_prefix -}}-worker-config
labels:
{{ - range $key, $val := .Values.required_labels }}
{{ $key }}: {{ $val | quote }}
{{ - end } }
data:
datasets-config.yaml: |
{{ .Values.datasets_config_content }}

0 comments on commit a68a058

Please sign in to comment.