Skip to content

Commit

Permalink
docs: Fix name of keptnappversions (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <[email protected]>
  • Loading branch information
thschue authored Oct 24, 2022
1 parent 33d494c commit d6e3e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/argo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d6e3e2c

Please sign in to comment.