From 220d106fa5997eea0b17738b0e8cb91a25ada5f7 Mon Sep 17 00:00:00 2001 From: Levi Ramsey Date: Thu, 25 Jul 2024 11:54:04 -0400 Subject: [PATCH] does IT work, lol --- .gitignore | 5 +++-- .../kubernetes/KubernetesApiIntegrationTest.scala | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 =