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

docs: update known limitations in readme #128

Merged
merged 1 commit into from
Nov 19, 2024
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
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,11 @@ may be defined using the template syntax.
The following limitations exist in the current controller implementation and are
likely to be resolved in the future.

* Resource creation order is important. You must first create *Project* resources
followed by *ProjectDevelopmentStreamTemplate* resources and only then
*ProjectDevelopmentStream* resources.
* If a *ProjectDevelopmentStreamTemplate* is modified, resources that were
already created using that template do not get updated unless either:
- The controller gets restarted
- The *ProjectDevelopmentStream* resource referring to the template is
modified
* If a resource created by a template is modified, the configuration is not
aligned back with the template unless either:
- The controller gets restarted
- The *ProjectDevelopmentStream* resource referring to the template is
modified
- The *ProjectDevelopmentStream*, *ProjectDevelopmentStreamTemplate* or the
*Project* resources that generated the resource are modified
* A *ProjectDevelopmentStream* that isn't referring a template may be modified
to refer to a template. Similarly, the template *ProjectDevelopmentStream* is
referring to may be changed. In both those cases, resources owned by the
Expand Down
Loading