Skip to content

Commit

Permalink
mention predefined change groups for crds and namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Jul 29, 2019
1 parent 968f2b7 commit 51e3137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apply-ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kapp includes builtin rules to make sure certain changes are applied in particular order:

- CRDs and namespaces are created before most resources
- CRDs and namespaces (predefined `change-groups.kapp.k14s.io/crds` and `change-groups.kapp.k14s.io/namespaces` groups) are created before most resources
- CRDs are deleted last (after CRs)

Additionally kapp allows to customize order of changes via following resource annotations:
Expand Down

0 comments on commit 51e3137

Please sign in to comment.