Skip to content

Commit

Permalink
use indented instead of fenced code block
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Jan 3, 2024
1 parent 4dc36e2 commit fdbf424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs-new/docs/installation/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions docs-new/docs/reference/api-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <namespace> my-keptn-app -oyaml
```
kubectl get keptnapp -n <namespace> my-keptn-app -oyaml

For more information about the APIs and Custom Resources,
see the Kubernetes documentation:
Expand Down

0 comments on commit fdbf424

Please sign in to comment.