Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / dcaemod / resources / expected-components.json
1 [
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 ]