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
Merge requests
!129
Enhance Helming
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enhance Helming
enhance-helming
into
theodolite-kotlin
Overview
0
Commits
10
Pipelines
8
Changes
4
Merged
Sören Henning
requested to merge
enhance-helming
into
theodolite-kotlin
4 years ago
Overview
0
Commits
10
Pipelines
8
Changes
4
Expand
0
0
Merge request reports
Compare
theodolite-kotlin
version 8
d784714b
4 years ago
version 7
77b88fea
4 years ago
version 6
6171210b
4 years ago
version 5
2c17ca80
4 years ago
version 4
38390e7c
4 years ago
version 3
fae3b725
4 years ago
version 2
33fdd932
4 years ago
version 1
33fdd932
4 years ago
theodolite-kotlin (base)
and
latest version
latest version
ba99cfad
10 commits,
4 years ago
version 8
d784714b
9 commits,
4 years ago
version 7
77b88fea
8 commits,
4 years ago
version 6
6171210b
7 commits,
4 years ago
version 5
2c17ca80
6 commits,
4 years ago
version 4
38390e7c
2 commits,
4 years ago
version 3
fae3b725
2 commits,
4 years ago
version 2
33fdd932
2 commits,
4 years ago
version 1
33fdd932
434 commits,
4 years ago
4 files
+
26
−
12
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
execution/helm/templates/theodolite/crd-benchmark.yaml
+
2
−
2
Options
{{
- if .Values.benchmarkCRD.create -
}}
{{
- if .Values.
operator.
benchmarkCRD.create -
}}
apiVersion
:
apiextensions.k8s.io/v1
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
kind
:
CustomResourceDefinition
metadata
:
metadata
:
@@ -116,4 +116,4 @@ spec:
@@ -116,4 +116,4 @@ spec:
subresources
:
subresources
:
status
:
{}
status
:
{}
scope
:
Namespaced
scope
:
Namespaced
{{
- end
}}
{{
- end
}}
\ No newline at end of file
Loading