Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
OZG-Cloud
app
vorgang-manager
Merge requests
!24
OZG-4880 Helm Env Values für OSI-Postfach 2.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
OZG-4880 Helm Env Values für OSI-Postfach 2.0
OZG-4880-OSIv2-helm
into
main
Overview
8
Commits
10
Pipelines
0
Changes
1
Merged
Lukas Malte Monnerjahn
requested to merge
OZG-4880-OSIv2-helm
into
main
2 months ago
Overview
8
Commits
10
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e5c7c28d
Prev
Next
Show latest version
1 file
+
1
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e5c7c28d
zero-based document indexing in elasticsearch_cr_test
· e5c7c28d
Lukas Malte Monnerjahn
authored
2 months ago
src/test/helm/elasticsearch_cr_test.yaml
+
1
−
3
Options
@@ -47,12 +47,11 @@ tests:
@@ -47,12 +47,11 @@ tests:
asserts
:
asserts
:
-
hasDocuments
:
-
hasDocuments
:
count
:
1
count
:
1
documentIndex
:
1
documentIndex
:
0
-
it
:
should NOT create cr if not enabled
-
it
:
should NOT create cr if not enabled
asserts
:
asserts
:
-
hasDocuments
:
-
hasDocuments
:
count
:
0
count
:
0
documentIndex
:
0
-
it
:
should NOT create cr if disableOzgCloudOperator
true
-
it
:
should NOT create cr if disableOzgCloudOperator
true
set
:
set
:
elasticsearch
:
elasticsearch
:
@@ -61,5 +60,4 @@ tests:
@@ -61,5 +60,4 @@ tests:
asserts
:
asserts
:
-
hasDocuments
:
-
hasDocuments
:
count
:
0
count
:
0
documentIndex
:
0
\ No newline at end of file
Loading