Skip to content

Commit ad762e8

Browse files
Update charts/fluent-operator/MIGRATION-v4.md
Co-authored-by: Marco Franssen <marco.franssen@gmail.com> Signed-off-by: Josh Baird <jbaird@galileo.io>
1 parent 1fae813 commit ad762e8

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

charts/fluent-operator/MIGRATION-v4.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,19 @@ The containerRuntime now defaults to `containerd`. In `v3.x` the implicit defaul
5353

5454
**Migration:**
5555

56-
```yaml
57-
# v3.x configuration (REMOVED)
58-
operator:
59-
initcontainer:
60-
image:
61-
registry: docker.io
62-
repository: docker
63-
tag: "20.10"
56+
The operator initContainer has been removed.
57+
58+
```diff
59+
operator:
60+
- initcontainer:
61+
- image:
62+
- registry: docker.io
63+
- repository: docker
64+
- tag: "20.10"
6465
resources:
6566
limits:
6667
cpu: 100m
6768
memory: 64Mi
68-
69-
# v4.0 - No replacement needed
70-
# initContainer functionality is removed
71-
# If you need custom resource limits, adjust operator.resources instead
7269
```
7370

7471
### 3. Log Path Configuration Simplified

0 commit comments

Comments
 (0)