From 210d802c189bfdc399f3b11d3227a92acfa7d6a6 Mon Sep 17 00:00:00 2001 From: Rajamohan Raj Date: Fri, 7 Aug 2020 21:21:13 +0000 Subject: Enable the prometheus crd creation flags Issue-ID: MULTICLOUD-1174 Signed-off-by: Rajamohan Raj Change-Id: I21186c464a2e41d9ec44e4002295c94de060e8c6 --- .../comp-app/collection/app2/helm/prometheus-operator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml index f4332e7f..f296ca50 100755 --- a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml +++ b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml @@ -1162,11 +1162,11 @@ prometheusOperator: ## Deploy CRDs used by Prometheus Operator. ## - createCustomResource: false + createCustomResource: true ## Attempt to clean up CRDs created by Prometheus Operator. ## - cleanupCustomResource: false + cleanupCustomResource: true ## Labels to add to the operator pod ## -- cgit 1.2.3-korg