diff options
author | Rajamohan Raj <rajamohan.raj@intel.com> | 2020-08-07 21:21:13 +0000 |
---|---|---|
committer | Rajamohan Raj <rajamohan.raj@intel.com> | 2020-08-07 21:21:13 +0000 |
commit | 210d802c189bfdc399f3b11d3227a92acfa7d6a6 (patch) | |
tree | 939a4c48111a53db8f7c997ff7dbc445db1309f8 | |
parent | 2f910c3b1b4370cf8018dd82836ed97c5a5e7027 (diff) |
Enable the prometheus crd creation flags
Issue-ID: MULTICLOUD-1174
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I21186c464a2e41d9ec44e4002295c94de060e8c6
-rwxr-xr-x | kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml | 4 |
1 files 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 ## |