From 0eba4f34a4fe2145c5010be7923556c2ae9bcb0a Mon Sep 17 00:00:00 2001 From: Boris 'B' Kurktchiev Date: Mon, 23 Sep 2024 16:45:55 -0400 Subject: [PATCH] fix formatting of commands Signed-off-by: Boris 'B' Kurktchiev --- kyverno-integration/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kyverno-integration/README.md b/kyverno-integration/README.md index 2babc49..346484e 100644 --- a/kyverno-integration/README.md +++ b/kyverno-integration/README.md @@ -22,7 +22,7 @@ You can use and test out this stack without using any policies, using the `ref-i ```bash idpbuilder create --use-path-routing \ - -p https://github.com/cnoe-io/stacks//ref-implementation + -p https://github.com/cnoe-io/stacks//ref-implementation \ -p https://github.com/cnoe-io/stacks//kyverno-integration ``` @@ -30,8 +30,8 @@ Depending on your use case, install the Kubernetes PSS Policies in `Audit`, impl ```bash idpbuilder create --use-path-routing \ - -p https://github.com/cnoe-io/stacks//ref-implementation - -p https://github.com/cnoe-io/stacks//kyverno-integration + -p https://github.com/cnoe-io/stacks//ref-implementation \ + -p https://github.com/cnoe-io/stacks//kyverno-integration \ -p https://github.com/cnoe-io/stacks//kyverno-integration/modules/audit ``` @@ -39,8 +39,8 @@ If you would like to change to `Enforce` mode: ```bash idpbuilder create --use-path-routing \ - -p https://github.com/cnoe-io/stacks//ref-implementation - -p https://github.com/cnoe-io/stacks//kyverno-integration + -p https://github.com/cnoe-io/stacks//ref-implementation \ + -p https://github.com/cnoe-io/stacks//kyverno-integration \ -p https://github.com/cnoe-io/stacks//kyverno-integration/modules/enforce ```