Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR for v3.6.0 #6529

Merged
merged 6 commits into from
Jan 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add note about attributes defined at both the levels
Signed-off-by: Parthvi Vala <pvala@redhat.com>
valaparthvi committed Jan 31, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
chfast Paweł Bylica
commit ceff10d02a105462749ff10476bd2d4bd43bc04f
3 changes: 2 additions & 1 deletion docs/website/blog/2023-01-24-odo-v3.6.0.md
Original file line number Diff line number Diff line change
@@ -23,8 +23,9 @@ It is now possible to extend a pod and its container specification by using `pod

This feature allows you to modify pod specifications such as Service Account, Scheduler Name, Security Context, etc and container specifications such as Security Context, and Resources. However, it restricts from modifying pod specifications such as Init Containers, Containers, and Volumes; and container specifications such as Volume Mounts, Image, Ports, Name, Env, Args, and Commands.

`pod-overrides` and `container-overrides` can be specified at both Component and Devfile level.
`pod-overrides` and `container-overrides` can be specified at both Component and Devfile level. If an attribute is defined at both the levels, a strategic merge patch will be used to merge them both.

[//]: #: (TODO: Add reference to devfile once https://github.com/devfile/devfile-web/pull/70 is merged.)
Example -
```yaml
attributes: