AppFwk: Add docstring for maintain_attributes

A docstring was missed when the functionality was implemented [1].
Add the missing docstring.

Skip tests because there is no functional impact.

[1]: https://review.opendev.org/c/starlingx/config/+/865327
Related-Bug: 1998499
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: Ia1b5d281ebe67c4f1605cf2d645f896bb1e2b6e6
This commit is contained in:
Dan Voiculeasa 2023-03-16 18:32:12 +02:00
parent d8abc9e7ff
commit 09661f7736
1 changed files with 7 additions and 1 deletions

View File

@ -2258,10 +2258,16 @@ def find_metadata_file(path, metadata_file, upgrade_from_release=None):
- <chart name>
- <chart name>
...
maintain_attributes: <true|false>
- optional: defaults to false. Over an app update any system overrides are
preserved for the new version of the application. This can be renamed to
'maintain_system_overrides', but will require more effort to keep
the naming of 'helm-chart-attribute-modify' command in sync with this.
maintain_user_overrides: <true|false>
- optional: defaults to false. Over an app update any user overrides are
preserved for the new version of the application
...
behavior: - optional: describes the app behavior
platform_managed_app: <true/false/yes/no> - optional: when absent behaves as false
desired_state: <uploaded/applied> - optional: state the app should reach