Skip to content

Commit d720e18

Browse files
committed
Fix typo
Signed-off-by: dkwon17 <[email protected]>
1 parent fddccf1 commit d720e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `kube-rbac-proxy` container is now removed from the `devworkspace-controller
77

88
This allows setting the only controller container's resource constraints using the Subscription resource as defined [here](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/subscription-config.md#example-4). The resource constraints defined in the Subscription apply the constraints to all containers in the `devworkspace-controller-manager` Deployment. As a result, previously both the controller and kube-rbac-proxy container's constraints were updated, when in most cases only the controller container was the desired container to be updated.
99

10-
### Execute preStart devfile events after the project-clone init-continer has run. [#1454](https://github.com/devfile/devworkspace-operator/issues/1454)
10+
### Execute preStart devfile events after the project-clone init-container has run. [#1454](https://github.com/devfile/devworkspace-operator/issues/1454)
1111
The `project-clone` init container is now the first init container for DevWorkspace Pods. This ensures that the project is already cloned when running pre-start events defined in the Devfile.
1212

1313
## Bug Fixes & Improvements

0 commit comments

Comments
 (0)