Changing spec.strategy to "Recreate" causes Forbidden error even when rollingUpdate is not set #2843
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
What happened?
In C# updating spec.strategy.type in a deployment to
Recreate
causes error when running pulumi up or preview:spec.strategy.rollingUpdate: Forbidden: may not be specified when strategy
typeis 'Recreate'
spec.strategy.rollingUpdate is not set. This happens even if I explicitly set it to null.
Example
Update an existing deployment where Spec.Strategy was not specifed to:
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: