From d7f498c0aa1e1e3d3d849f12c0d046faae8abb27 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Sun, 23 Oct 2022 08:29:44 +0200 Subject: [PATCH 1/2] docs: fix name of keptnappversions 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 26a943bddc..6e656097a7 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 From 0c10d71508c71b3fdc14cee507e53a150b262f9c Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Sun, 23 Oct 2022 08:30:04 +0200 Subject: [PATCH 2/2] docs: fix name of keptnappversions Signed-off-by: Thomas Schuetz