Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
845059e3
Verified
Commit
845059e3
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
test(hedgedoc): Update tests for postgresql dependency
parent
3e1a26bf
No related branches found
No related tags found
No related merge requests found
Pipeline
#18820
passed
1 year ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
charts/hedgedoc/tests/80_subchart_postgresql_test.yaml
+2
-2
2 additions, 2 deletions
charts/hedgedoc/tests/80_subchart_postgresql_test.yaml
with
2 additions
and
2 deletions
charts/hedgedoc/tests/80_subchart_postgresql_test.yaml
+
2
−
2
View file @
845059e3
...
@@ -90,7 +90,7 @@ tests:
...
@@ -90,7 +90,7 @@ tests:
-
contains
:
-
contains
:
path
:
spec.template.spec.containers[0].env
path
:
spec.template.spec.containers[0].env
content
:
content
:
name
:
POSTGRES_D
B
name
:
POSTGRES_D
ATABASE
value
:
"
hedgedoc"
value
:
"
hedgedoc"
template
:
charts/postgresql/templates/primary/statefulset.yaml
template
:
charts/postgresql/templates/primary/statefulset.yaml
-
it
:
should allow to change the database name
-
it
:
should allow to change the database name
...
@@ -106,6 +106,6 @@ tests:
...
@@ -106,6 +106,6 @@ tests:
-
contains
:
-
contains
:
path
:
spec.template.spec.containers[0].env
path
:
spec.template.spec.containers[0].env
content
:
content
:
name
:
POSTGRES_D
B
name
:
POSTGRES_D
ATABASE
value
:
"
test"
value
:
"
test"
template
:
charts/postgresql/templates/primary/statefulset.yaml
template
:
charts/postgresql/templates/primary/statefulset.yaml
\ No newline at end of file
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