Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for kapp flag --ownership-override allowed-apps #772

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions site/content/kapp/docs/develop/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +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

Wait flags:
- `--wait`, _boolean_, Set to wait for changes to be applied (default true)
Expand Down
Loading