aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod/resources/expected-components.json
diff options
context:
space:
mode:
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