From bafc854bc596d9b93d6c6917c6f44f3d68a5a6f1 Mon Sep 17 00:00:00 2001 From: shravan Date: Mon, 20 Apr 2020 18:51:04 +0530 Subject: [PATCH] 797 typo fix --- documentation/writing-policies-mutate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/writing-policies-mutate.md b/documentation/writing-policies-mutate.md index 5ca26cc350..68b6aaa45e 100644 --- a/documentation/writing-policies-mutate.md +++ b/documentation/writing-policies-mutate.md @@ -20,7 +20,7 @@ A JSON Patch rule provides an alternate way to mutate resources. With Kyverno, the add and replace have the same behavior i.e. both operations will add or replace the target element. -This patch policy adds, or replaces, entries in a `ConfigMap` with the name `config-name` in any namespace. +This patch policy adds, or replaces, entries in a `ConfigMap` with the name `config-game` in any namespace. ````yaml apiVersion : kyverno.io/v1