From fdbf42496e455c9af774fe3373eadbc442e2ad54 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 3 Jan 2024 09:26:46 +0100 Subject: [PATCH] use indented instead of fenced code block Signed-off-by: Florian Bacher --- docs-new/docs/installation/k8s.md | 4 +--- docs-new/docs/reference/api-reference/index.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs-new/docs/installation/k8s.md b/docs-new/docs/installation/k8s.md index 7c6364447e..d1bee2eeab 100644 --- a/docs-new/docs/installation/k8s.md +++ b/docs-new/docs/installation/k8s.md @@ -40,9 +40,7 @@ The basic steps are: and that it is running a supported version of Kubernetes with the following command: -```shell -kubectl version --short -``` + kubectl version --short ## Prepare your cluster for Keptn diff --git a/docs-new/docs/reference/api-reference/index.md b/docs-new/docs/reference/api-reference/index.md index 197555f129..d0f3d710c9 100644 --- a/docs-new/docs/reference/api-reference/index.md +++ b/docs-new/docs/reference/api-reference/index.md @@ -29,9 +29,7 @@ Use `kubectl` to inspect the current contents of any Keptn resource: For example, to view the manifest for the `my-keptn-app` resource in the `namespace1` namespace, the command is: -```shell -kubectl get keptnapp -n my-keptn-app -oyaml -``` + kubectl get keptnapp -n my-keptn-app -oyaml For more information about the APIs and Custom Resources, see the Kubernetes documentation: