diff --git a/.gitignore b/.gitignore index 4203b455..b00e6280 100755 --- a/.gitignore +++ b/.gitignore @@ -12,11 +12,12 @@ target/ *.class *.log -.metals .vscode # attachments created by scripts/prepare-downloads.sh docs/src/main/paradox/attachments # Metals detritus -project/project +.metals +metals.sbt +**/project/project diff --git a/integration-test/rolling-update-kubernetes/src/test/scala/akka/rollingupdate/kubernetes/KubernetesApiIntegrationTest.scala b/integration-test/rolling-update-kubernetes/src/test/scala/akka/rollingupdate/kubernetes/KubernetesApiIntegrationTest.scala index dcc0f5a8..fe3c5208 100644 --- a/integration-test/rolling-update-kubernetes/src/test/scala/akka/rollingupdate/kubernetes/KubernetesApiIntegrationTest.scala +++ b/integration-test/rolling-update-kubernetes/src/test/scala/akka/rollingupdate/kubernetes/KubernetesApiIntegrationTest.scala @@ -63,7 +63,8 @@ class KubernetesApiIntegrationTest enabled = true, crName = None, cleanupAfter = 60.seconds - ) + ), + revisionAnnotations = KubernetesJsonSupport.defaultRevisionAnnotations.revisionAnnotations ) private val underTest =