We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b780e commit 576742aCopy full SHA for 576742a
src/main/scala/kubeyml/deployment/api/package.scala
@@ -122,6 +122,6 @@ package object api {
122
this.deploymentStrategy(Recreate)
123
124
def deploymentStrategy(deploymentStrategy: DeploymentStrategy): Deployment =
125
- deployment.deploymentStrategy(deploymentStrategy)
+ deployment.withDeploymentStrategy(deploymentStrategy)
126
}
127
0 commit comments