You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm have a few annotations that can change the resource behavior during deployment, i.e. helm.sh/hook-delete-policy and helm.sh/resource-policy, but that's not enough.
Solution (if you have one)
We need to provide mechanisms to easily configure werf behavior during resource deploys and deletions: enable resource recreation, configure conditions for resource cleanups/deletions, configure applying/updating release and service metadata.
Before proceeding
Problem
Helm have a few annotations that can change the resource behavior during deployment, i.e.
helm.sh/hook-delete-policy
andhelm.sh/resource-policy
, but that's not enough.Solution (if you have one)
We need to provide mechanisms to easily configure werf behavior during resource deploys and deletions: enable resource recreation, configure conditions for resource cleanups/deletions, configure applying/updating release and service metadata.
Additional information
Refs: #82
The text was updated successfully, but these errors were encountered: