Fix app metadata mispelling

The snmp app have 'behaviour' in metadata.yaml instead of 'behavior'.
This is causing the app to omit 'platform_managed_app' option.

This commit fixes this issue.

Test Plan:
PASS: Build and deploy updated snmp
PASS: Patch system to update snmp application, verify that
app is automatically upgraded.

Closes-bug: 2063224

Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: I1f44243316eb884a2dabfad13c2f1341b9154be8
This commit is contained in:
Enzo Candotti 2024-04-23 13:07:30 -03:00
parent 588ed19fa9
commit fee10f59d1
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ upgrades:
supported_k8s_version:
minimum: 1.24.4
behaviour:
behavior:
platform_managed_app: true