Skip to content
Snippets Groups Projects
Commit e33894e4 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'fix/386-change-createdBy-label' into 'master'

Fix the default created-by-label to theodolite

Closes #386

See merge request !281
parents a6a4d1c7 b21d8c92
No related branches found
No related tags found
1 merge request!281Fix the default created-by-label to theodolite
Pipeline #8562 passed
...@@ -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.
Finish editing this message first!
Please register or to comment