From 559481d3b745a29d913879bb7e0c7e1ce40478b2 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 17 Sep 2020 09:27:00 +0300 Subject: [PATCH] Set default value to {} for singleHostGatewayConfigMapLabels Signed-off-by: Anatolii Bazko --- deploy/crds/org_v1_che_cr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/crds/org_v1_che_cr.yaml b/deploy/crds/org_v1_che_cr.yaml index 3f45bf7fcf..0f5c296756 100644 --- a/deploy/crds/org_v1_che_cr.yaml +++ b/deploy/crds/org_v1_che_cr.yaml @@ -72,8 +72,8 @@ spec: # Omit it or leave it empty to use the defaut container image provided by the operator. singleHostGatewayConfigSidecarImage: '' # The labels that need to be present (and are put) on the configmaps representing the gateway configuration. - singleHostGatewayConfigMapLabels: '' - + singleHostGatewayConfigMapLabels: {} + database: # when set to true, the operator skips deploying Postgres, and passes connection details of existing DB to Che server # otherwise a Postgres deployment is created