From c44af4593566967cf7f11b761d4b831a1bd0f2d2 Mon Sep 17 00:00:00 2001 From: Soumik Majumder Date: Tue, 3 Sep 2024 02:06:28 +0530 Subject: [PATCH] Update flag name and description in kapp docs Signed-off-by: Soumik Majumder --- site/content/kapp/docs/develop/command-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/kapp/docs/develop/command-reference.md b/site/content/kapp/docs/develop/command-reference.md index c9921ef4..005dd590 100644 --- a/site/content/kapp/docs/develop/command-reference.md +++ b/site/content/kapp/docs/develop/command-reference.md @@ -50,7 +50,7 @@ Apply flags: - `--apply-timeout`, _duration_, Maximum amount of time to wait in apply phase (default 15m0s) - `--dangerous-allow-empty-list-of-resources`, _boolean_, Allow to apply empty set of resources (same as running kapp delete) - `--dangerous-override-ownership-of-existing-resources`, _boolean_, Steal existing resources from another app -- `--ownership-override-allowed-apps`, _strings_, Specify existing apps in the same namespace that existing resources can be stolen from if --dangerous-override-ownership-of-existing-resources is set +- `--dangerous-ownership-override-allowed-apps`, _strings_, Specify existing apps in the same namespace that existing resources can be stolen from Wait flags: - `--wait`, _boolean_, Set to wait for changes to be applied (default true)