Skip to content

Commit

Permalink
Set default value to {} for singleHostGatewayConfigMapLabels
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Sep 17, 2020
1 parent bda65a4 commit 559481d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/crds/org_v1_che_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 559481d

Please sign in to comment.