Skip to content

Commit

Permalink
fix: mute false-positive deprecation warning for deploymentStrategy (
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Feb 12, 2025
1 parent fd072b3 commit 5833547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/container/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const k8sContainerDeploy: DeployActionHandler<"deploy", ContainerDeployAc
})
}

if (deploymentStrategy) {
if (deploymentStrategy === "blue-green") {
reportDeprecatedFeatureUsage({
apiVersion: ctx.projectApiVersion,
log,
Expand Down

0 comments on commit 5833547

Please sign in to comment.