File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,13 @@ func convertConflictResolution(conflict ekscontrolplanev1.AddonResolution) (*str
235235 case ekscontrolplanev1 .AddonResolutionPreserve :
236236 return aws .String (string (ekstypes .ResolveConflictsPreserve )), nil
237237
238+ // Defaulting to behavior "Overwrite" as documented
238239 default :
240+ << << << < HEAD
239241 return aws .String (string (ekstypes .ResolveConflictsOverwrite )), fmt .Errorf ("failed to determine adddonResolution; defaulting to Overwrite" )
242+ == == == =
243+ return aws .String (eks .ResolveConflictsOverwrite ), fmt .Errorf ("failed to determine adddonResolution; defaulting to Overwrite" )
244+ >> >> >> > 820 ee8734 (updated documentation and code to reflect kubebuilder behavior )
240245 }
241246}
242247
You can’t perform that action at this time.
0 commit comments