UNCLASSIFIED - NO CUI

Skip to content

Feat: define deploymentStrategy type Recreate by default

brandt keller requested to merge brandtkeller_deployment_strategy into main

Package Merge Request

Package Changes

Modification of the deploymentStrategy value to default to type: Recreate. This is in-response to non-ha deployment as default currently, and an inability to properly upgrade with the implicit default of RollingUpdate on the deployment.

For Issue

This is a package change required to address bigbang#984

Testing

Tested with multiple upgrades to ensure the strategy was followed as defined.

Merge request reports