Skip to content
Merged
Changes from 3 commits
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
2 changes: 2 additions & 0 deletions modules/concepts/pages/overrides.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Overrides should only be used as a last resort!

The Stacklet definitions support overriding configuration aspects either per xref:stacklet.adoc#roles[role] or xref:stacklet.adoc#role-groups[role group], where the more specific override (role group) has precedence over the less specific one (role).

NOTE: The priority of the overrides (in ascending order) is configOverrides -> podOverrides -> objectOverrides, with the latter overriding the previous.
Comment thread
sbernauer marked this conversation as resolved.
Outdated

[#config-overrides]
== Config overrides

Expand Down
Loading