Skip to content
Snippets Groups Projects
Commit b21d8c92 authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Sören Henning
Browse files

Fix the default created-by-label to theodolite

parent a6a4d1c7
No related branches found
No related tags found
1 merge request!281Fix the default created-by-label to theodolite
Pipeline #8561 passed
This commit is part of merge request !281. Comments created here will be created in the context of that merge request.
...@@ -20,7 +20,7 @@ private val logger = KotlinLogging.logger {} ...@@ -20,7 +20,7 @@ private val logger = KotlinLogging.logger {}
const val DEPLOYED_FOR_EXECUTION_LABEL_NAME = "deployed-for-execution" const val DEPLOYED_FOR_EXECUTION_LABEL_NAME = "deployed-for-execution"
const val DEPLOYED_FOR_BENCHMARK_LABEL_NAME = "deployed-for-benchmark" const val DEPLOYED_FOR_BENCHMARK_LABEL_NAME = "deployed-for-benchmark"
const val CREATED_BY_LABEL_NAME = "app.kubernetes.io/created-by" const val CREATED_BY_LABEL_NAME = "app.kubernetes.io/created-by"
const val CREATED_BY_LABEL_VALUE = "rocks/theodolite" const val CREATED_BY_LABEL_VALUE = "theodolite"
/** /**
* The controller implementation for Theodolite. * The controller implementation for Theodolite.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment