summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod/resources/expected-components.json
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-07-08 06:25:55 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-08 06:25:55 +0000
commitb7b35a6627dc16a6a9ec0c8d4e2ca7d51e03d27f (patch)
tree1325ca207e43b99cb727d30866293004a3c3cf92 /kubernetes/dcaemod/resources/expected-components.json
parent3dacfe66f9c3eb210a7f301d0e92883e1e4640d3 (diff)
parent8c3463edb61ff3dae46aab6ae6f4f0b4afe5cefd (diff)
Merge "[DCAE][DCAEMOD] Deploy R7 container images"
Diffstat (limited to 'kubernetes/dcaemod/resources/expected-components.json')
-rw-r--r--kubernetes/dcaemod/resources/expected-components.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/dcaemod/resources/expected-components.json b/kubernetes/dcaemod/resources/expected-components.json
new file mode 100644
index 0000000000..7fd644c3f8
--- /dev/null
+++ b/kubernetes/dcaemod/resources/expected-components.json
@@ -0,0 +1,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 }}
+] \ No newline at end of file