configurable labels for single-host gateway configmaps #17768
Labels
area/che-server
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
For single-host gateway configuration, we're labeling the ConfigMaps so configbump can watch them. These labels are currently hardcoded (https://github.com/eclipse/che/blob/master/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/provision/GatewayRouterProvisioner.java#L40). We should make them configurable.
Describe the solution you'd like
introduce new config variable with labels that will be set into gateway configmaps.
default labels are
app=che
component=che-gateway-config
Describe alternatives you've considered
Additional context
single-host epic: #12914
must be done in sync with che-operator work: eclipse-che/che-operator#378
The text was updated successfully, but these errors were encountered: