blob: 7fd644c3f89165b47904de6af814d4ab9a9c778c [file] [log] [blame]
Jack Lucas8c3463e2020-06-12 18:36:55 -04001[
2{{- $ctx := . }}
3{{- $components := tuple "dcaemod-designtool" "dcaemod-distributor-api" "dcaemod-genprocessor" "dcaemod-nifi-registry" "dcaemod-onboarding-api" "dcaemod-runtime-api" }}
4{{- range $i, $v := $components }}
5{{- if index $ctx.Values . "enabled" }}
6{{- if $i }},{{ end }}
7{{ $v | quote | indent 2 }}
8{{- end -}}
9{{- end }}
10]