resolve Conflicts
Deprecated
resolve_conflicts is deprecated. The resolve_conflicts attribute can't be set to "PRESERVE" on initial resource creation. Use resolve_conflicts_on_create and/or resolve_conflicts_on_update instead.
Parameters
value
Define how to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on or when applying version updates to the add-on. Valid values are NONE
, OVERWRITE
and PRESERVE
. Note that PRESERVE
is only valid on addon update, not for initial addon creation. If you need to set this to PRESERVE
, use the resolve_conflicts_on_create
and resolve_conflicts_on_update
attributes instead. For more details check UpdateAddon API Docs.