From 1590d6d5e46fc6bffecc237cebe135881e5924ab Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Fri, 29 Nov 2024 17:36:16 +0530 Subject: [PATCH] Updated name of configmap Signed-off-by: Priyansh Choudhary --- site/content/docs/v1.15/api-types/restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/v1.15/api-types/restore.md b/site/content/docs/v1.15/api-types/restore.md index 74bcbdc321..ec3e19511c 100644 --- a/site/content/docs/v1.15/api-types/restore.md +++ b/site/content/docs/v1.15/api-types/restore.md @@ -115,7 +115,7 @@ spec: # that should be applied to resources before restoration. Optional resourceModifier: kind: ConfigMap - name: resource-modifier-config + name: resource-modifier-configmap # Actions to perform during or post restore. The only hooks currently supported are # adding an init container to a pod before it can be restored and executing a command in a # restored pod's container. Optional.