From f7a39682ca2b0ae2972ac64b0ea03b71481d0d30 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Thu, 11 Jun 2020 14:41:03 +0200 Subject: [PATCH] Fix tabs --- .../update-api-object-kubectl-patch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md b/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md index 3c7ae83ea5..55d9128f20 100644 --- a/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md +++ b/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md @@ -308,7 +308,7 @@ spec: Patch your Deployment: -{{< tabs name="kubectl_patch_example" >}} +{{< tabs name="kubectl_retainkeys_example" >}} {{{< tab name="Bash" codelang="bash" >}} kubectl patch deployment retainkeys-demo --patch "$(cat patch-file-no-retainkeys.yaml)" {{< /tab >}} @@ -339,7 +339,7 @@ With this patch, we indicate that we want to retain only the `type` key of the ` Patch your Deployment again with this new patch: -{{< tabs name="kubectl_patch_example" >}} +{{< tabs name="kubectl_retainkeys2_example" >}} {{{< tab name="Bash" codelang="bash" >}} kubectl patch deployment retainkeys-demo --patch "$(cat patch-file-retainkeys.yaml)" {{< /tab >}}