Allow app 'delete' operation
It was observed that there is no need to prohibit the app's 'delete' operation, just 'remove' it, to preserve the cluster. Therefore, the 'delete' of forbidden_manual_operations was removed from metadata.yaml. Test Plan: - PASS: Build the rook-ceph app - PASS: Apply the app - PASS: Remove the app (system application-remove rook-ceph --force) - PASS: Delete the app without '--force' (system application-delete rook-ceph) Closes-Bug: 2076234 Change-Id: I18e24d86ff27c535d32f70e3b08595b03fcbbf22 Signed-off-by: Erickson Silva de Oliveira <Erickson.SilvadeOliveira@windriver.com>
This commit is contained in:
parent
cc821af1c0
commit
dd892e8c63
@ -16,7 +16,6 @@ behavior:
|
||||
platform_managed_app: yes
|
||||
desired_state: applied
|
||||
forbidden_manual_operations:
|
||||
- delete
|
||||
- remove
|
||||
evaluate_reapply:
|
||||
triggers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user