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:
parent
588ed19fa9
commit
fee10f59d1
@ -10,5 +10,5 @@ upgrades:
|
||||
supported_k8s_version:
|
||||
minimum: 1.24.4
|
||||
|
||||
behaviour:
|
||||
behavior:
|
||||
platform_managed_app: true
|
||||
|
Loading…
Reference in New Issue
Block a user