Skip to content
Open
Changes from all 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
5 changes: 2 additions & 3 deletions docs/clusters/addons.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,10 @@ addons:
[NOTE]
====
Bear in mind that when addon configuration values are being modified, configuration conflicts will arise.
Thus, we need to specify how to deal with those by setting the `resolveConflicts` field accordingly.
As in this scenario we want to modify these values, we'd set `resolveConflicts: overwrite`.
====

Thus, we need to specify how to deal with those by setting the `resolveConflicts` field accordingly.
As in this scenario we want to modify these values, we'd set `resolveConflicts: overwrite`.

Additionally, the get command will now also retrieve `ConfigurationValues` for the addon. e.g.

[,console]
Expand Down