diff --git a/api/v1alpha1/ext_auth_types.go b/api/v1alpha1/ext_auth_types.go index 7fd4c812e2..09b362c301 100644 --- a/api/v1alpha1/ext_auth_types.go +++ b/api/v1alpha1/ext_auth_types.go @@ -75,7 +75,7 @@ type ExtAuth struct { // +patchStrategy=merge // +listType=map // +listMapKey=name - ContextExtensions []*ContextExtension `json:"contextExtensions,omitempty"` + ContextExtensions []*ContextExtension `json:"contextExtensions,omitempty" patchMergeKey:"name" patchStrategy:"merge"` // Sets the HTTP status that is returned when the authorization service returns an error // or cannot be reached. Defaults to 403 Forbidden.