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
5184f5c5
Commit
5184f5c5
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-crd' into 'theodolite-kotlin'
Fix: update crd See merge request
!151
parents
e71cc3e5
6c1f5e62
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!151
Fix: update crd
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#3669
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/helm/templates/theodolite/crd-benchmark.yaml
+4
-6
4 additions, 6 deletions
execution/helm/templates/theodolite/crd-benchmark.yaml
execution/helm/templates/theodolite/crd-execution.yaml
+2
-3
2 additions, 3 deletions
execution/helm/templates/theodolite/crd-execution.yaml
with
6 additions
and
9 deletions
execution/helm/templates/theodolite/crd-benchmark.yaml
+
4
−
6
View file @
5184f5c5
...
@@ -55,12 +55,11 @@ spec:
...
@@ -55,12 +55,11 @@ spec:
resource
:
resource
:
type
:
string
type
:
string
default
:
"
"
default
:
"
"
config
:
properties
:
type
:
object
type
:
object
additionalProperties
:
true
additionalProperties
:
true
x-kubernetes-map-type
:
"
granular"
x-kubernetes-map-type
:
"
granular"
default
:
default
:
{}
"
"
:
"
"
loadTypes
:
loadTypes
:
type
:
array
type
:
array
minItems
:
1
minItems
:
1
...
@@ -81,12 +80,11 @@ spec:
...
@@ -81,12 +80,11 @@ spec:
resource
:
resource
:
type
:
string
type
:
string
default
:
"
"
default
:
"
"
config
:
properties
:
type
:
object
type
:
object
additionalProperties
:
true
additionalProperties
:
true
x-kubernetes-map-type
:
"
granular"
x-kubernetes-map-type
:
"
granular"
default
:
default
:
{}
"
"
:
"
"
kafkaConfig
:
kafkaConfig
:
type
:
object
type
:
object
properties
:
properties
:
...
...
This diff is collapsed.
Click to expand it.
execution/helm/templates/theodolite/crd-execution.yaml
+
2
−
3
View file @
5184f5c5
...
@@ -95,12 +95,11 @@ spec:
...
@@ -95,12 +95,11 @@ spec:
resource
:
resource
:
type
:
string
type
:
string
default
:
"
"
default
:
"
"
config
:
properties
:
type
:
object
type
:
object
additionalProperties
:
true
additionalProperties
:
true
x-kubernetes-map-type
:
"
granular"
x-kubernetes-map-type
:
"
granular"
default
:
default
:
{}
"
"
:
"
"
value
:
value
:
type
:
string
type
:
string
status
:
status
:
...
...
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