From d6e3e2c2859ee1882902c570b7564a999f479f47 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz <38893055+thschue@users.noreply.github.com> Date: Mon, 24 Oct 2022 10:47:05 +0200 Subject: [PATCH] docs: Fix name of keptnappversions (#215) Signed-off-by: Thomas Schuetz --- examples/argo/README.md | 2 +- examples/flux/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/argo/README.md b/examples/argo/README.md index 631e6f98e5..d4d47d0bbd 100644 --- a/examples/argo/README.md +++ b/examples/argo/README.md @@ -53,7 +53,7 @@ In the meanwhile you can watch the progress of the deployment using: * Get the current status of the workloads * See in which phase your workload deployments are at the moment -> `kubectl get keptnapplicationversions -n podtato-kubectl` +> `kubectl get keptnappversions -n podtato-kubectl` * Get the current status of the application * See in which phase your application deployment is at the moment diff --git a/examples/flux/README.md b/examples/flux/README.md index 7caa434e99..3cfd3c0465 100644 --- a/examples/flux/README.md +++ b/examples/flux/README.md @@ -33,7 +33,7 @@ You can watch the progress of the deployment using: * Get the current status of the workloads * See in which phase your workload deployments are at the moment -> `kubectl get keptnapplicationversions -n podtato-kubectl` +> `kubectl get keptnappversions -n podtato-kubectl` * Get the current status of the application * See in which phase your application deployment is at the moment