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 4bc5868 commit dcf1f49Copy full SHA for dcf1f49
src/KubeOps/Operator/Webhooks/IMutationWebhook{TEntity}.cs
@@ -77,6 +77,7 @@ AdmissionResponse IAdmissionWebhook<TEntity, MutationResult>.TransformResult(
77
78
var patch = KubernetesJsonDiffer.DiffObjects(from, to);
79
response.Patch = Convert.ToBase64String(Encoding.UTF8.GetBytes(patch.ToString()));
80
+ response.PatchType = AdmissionResponse.JsonPatch;
81
}
82
83
return response;
0 commit comments