Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
e33894e4
Commit
e33894e4
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Plain Diff
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
!281
Fix the default created-by-label to theodolite
Pipeline
#8562
passed
2 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Stage: smoketest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite/src/main/kotlin/rocks/theodolite/kubernetes/operator/TheodoliteController.kt
+1
-1
1 addition, 1 deletion
...ks/theodolite/kubernetes/operator/TheodoliteController.kt
with
1 addition
and
1 deletion
theodolite/src/main/kotlin/rocks/theodolite/kubernetes/operator/TheodoliteController.kt
+
1
−
1
View file @
e33894e4
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment