diff --git a/theodolite/.dockerignore b/theodolite/.dockerignore
index 79aa51a50c3b55c030860ca0272743b5a7a382d6..509eac55fb76631ce8966847be69b39095688801 100644
--- a/theodolite/.dockerignore
+++ b/theodolite/.dockerignore
@@ -4,4 +4,3 @@
 !build/lib/*
 !build/quarkus-app/*
 !config/*
-!examples/*
\ No newline at end of file
diff --git a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
index 16d3b371286c113d47f13e2646f172decc939336..b9a2fc7f18b92664b4d93b11755280a9e18b170d 100644
--- a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
+++ b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
@@ -12,7 +12,7 @@ import theodolite.util.*
 private val logger = KotlinLogging.logger {}
 
 private var DEFAULT_NAMESPACE = "default"
-private var DEFAULT_THEODOLITE_APP_RESOURCES = "./config"
+private var DEFAULT_THEODOLITE_APP_RESOURCES = "./benchmark-resources"
 
 /**
  * Represents a benchmark in Kubernetes. An example for this is the BenchmarkType.yaml
diff --git a/theodolite/src/main/kotlin/theodolite/execution/Shutdown.kt b/theodolite/src/main/kotlin/theodolite/execution/Shutdown.kt
index dfef29f6507d79955f8834fb9b6716ae3866699d..e795ada3e3bcb2dba19f1e088f426f38a824f4a7 100644
--- a/theodolite/src/main/kotlin/theodolite/execution/Shutdown.kt
+++ b/theodolite/src/main/kotlin/theodolite/execution/Shutdown.kt
@@ -43,8 +43,7 @@ class Shutdown(private val benchmarkExecution: BenchmarkExecution, private val b
 
         }
         logger.info {
-            "Teardown everything deployed. " +
-                    "\n Teardown completed"
+            "Finished teardown of all benchmark resources."
         }
     }
 }
diff --git a/theodolite/src/main/kotlin/theodolite/patcher/ConfigOverrideModifier.kt b/theodolite/src/main/kotlin/theodolite/patcher/ConfigOverrideModifier.kt
index 447194d9af3b816e30ef435403b3056a4aecfeb4..8f77b1b95f3bf5cc9422cda55cb261048cebaeb6 100644
--- a/theodolite/src/main/kotlin/theodolite/patcher/ConfigOverrideModifier.kt
+++ b/theodolite/src/main/kotlin/theodolite/patcher/ConfigOverrideModifier.kt
@@ -5,7 +5,7 @@ import theodolite.util.ConfigurationOverride
 import theodolite.util.PatcherDefinition
 
 /**
- * The ConfigOverrideModifier makes it possible to update the configuration overrides of a execution.
+ * The ConfigOverrideModifier makes it possible to update the configuration overrides of an execution.
  *
  * @property execution execution for which the config overrides should be updated
  * @property resources list of all resources that should be updated.