Skip to content
Snippets Groups Projects
Verified Commit 845059e3 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

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
...@@ -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_DB name: POSTGRES_DATABASE
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_DB name: POSTGRES_DATABASE
value: "test" value: "test"
template: charts/postgresql/templates/primary/statefulset.yaml template: charts/postgresql/templates/primary/statefulset.yaml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment