Skip to content

Commit

Permalink
rename docs/restricted-permissions.md -> docs/rbac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Aug 1, 2019
1 parent 8eeb171 commit de1b660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Features:

- Works with standard Kubernetes YAMLs
- Focuses exclusively on deployment workflow, not packaging or templating
- but plays well with tools (such as ytt) that produce Kubernetes configuration
- but plays well with tools (such as [ytt](https://get-ytt.io)) that produce Kubernetes configuration
- Converges application resources (creates, updates and/or deletes resources) in each deploy
- based on comparison between provided files and live objects in the cluster
- Separates calculation of changes ([diff stage](docs/diff.md)) from application of changes ([apply stage](docs/apply.md))
- [Waits for resources](docs/apply-waiting.md) to be "ready"
- Creates CRDs and Namespaces first and supports [custom change ordering](docs/apply-ordering.md)
- Works without admin privileges and does not depend on any custom CRDs
- Works [without admin privileges](docs/rbac.md) and does not use custom CRDs
- making it possible to use kapp as a regular user in a single namespace
- Records application deployment history
- Opt-in resource version management
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [Apply ordering](apply-ordering.md)
- [Apply waiting](apply-waiting.md)
- [Integrating with other tools](integrating-with-other-tools.md)
- [Running kapp under restricted permissions](restricted-permissions.md)
- [Running kapp under restricted permissions](rbac.md)
- [State namespace](state-namespace.md)
- [Gitops](gitops.md)
- [Config](config.md)
Expand Down
File renamed without changes.

0 comments on commit de1b660

Please sign in to comment.