This commit is contained in:
Kenny Root 2026-03-06 08:52:15 +01:00 committed by GitHub
commit 2cd514e890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,13 @@ func (i IdentityImplementation) GetPluginCapabilities(
}, },
}, },
}, },
{
Type: &identity.PluginCapability_Service_{
Service: &identity.PluginCapability_Service{
Type: identity.PluginCapability_Service_TYPE_INSTANCE_SIDECAR_INJECTION,
},
},
},
}, },
}, nil }, nil
} }