From 65ceaea58aad69aaec43d610b948e53c87eb8aad Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Fri, 3 Jul 2020 09:12:05 -0700 Subject: [PATCH] update markdown tag for YAML blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c1ddb5072..e9ea613a0d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can also install Kyverno using a [Helm chart](https://github.com/nirmata/kyv Add the policy below. It requires that all pods have a `app.kubernetes.io/name` label: -```console +```yaml apiVersion: kyverno.io/v1 kind: ClusterPolicy metadata: @@ -65,7 +65,7 @@ require-labels: ``` Create a pod with the required label. For example from this YAML: -```console +```yaml kind: "Pod" apiVersion: "v1" metadata: