eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Enable build capabilities by default #22032

Closed l0rd closed 1 year ago

l0rd commented 1 year ago

Is your enhancement related to a problem? Please describe

Current default configuration for Che is:

spec.devEnvironments.disableBuildCapabilities: true

and podman build doesn't work by default.

Describe the solution you'd like

For new installations the default should be:

spec.devEnvironments.disableBuildCapabilities: false

For update of existing installations we should not change the value of disableBuildCapabilities.

devstudio-release commented 1 year ago

sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-4157