aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod/resources/expected-components.json
blob: 7fd644c3f89165b47904de6af814d4ab9a9c778c (plain)
1
2
3
4
5
6
7
8
9
10
[
{{- $ctx := . }}
{{- $components := tuple "dcaemod-designtool" "dcaemod-distributor-api" "dcaemod-genprocessor" "dcaemod-nifi-registry" "dcaemod-onboarding-api" "dcaemod-runtime-api" }}
{{- range $i, $v := $components }}
{{- if index $ctx.Values . "enabled" }}
{{- if $i }},{{ end }}
{{ $v | quote | indent 2 }}
{{- end -}}
{{- end }}
]