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, 0 insertions, 10 deletions
diff --git a/kubernetes/dcaemod/resources/expected-components.json b/kubernetes/dcaemod/resources/expected-components.json
deleted file mode 100644
index 7fd644c3f8..0000000000
--- a/kubernetes/dcaemod/resources/expected-components.json
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{{- $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