We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6a827 commit 632280cCopy full SHA for 632280c
pkg/cloud/services/eks/addons.go
@@ -237,11 +237,7 @@ func convertConflictResolution(conflict ekscontrolplanev1.AddonResolution) (*str
237
238
// Defaulting to behavior "Overwrite" as documented
239
default:
240
-<<<<<<< HEAD
241
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
->>>>>>> 820ee8734 (updated documentation and code to reflect kubebuilder behavior)
245
}
246
247
0 commit comments