diff --git a/docs/clusters/addons.adoc b/docs/clusters/addons.adoc index 082906c..7996ffc 100644 --- a/docs/clusters/addons.adoc +++ b/docs/clusters/addons.adoc @@ -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]