fix test title

This commit is contained in:
pat-s 2024-02-13 12:08:34 +01:00
parent eb8267924e
commit 250214aa9e
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ tests:
asserts:
- failedTemplate:
errorMessage: "When using multiple replicas, a RWX file system is required and gitea.persistence.accessModes[0] must be set to ReadWriteMany."
- it: fails with multiple replicas and bleve indexer
- it: fails with multiple replicas and bleve issue indexer
template: templates/gitea/deployment.yaml
set:
replicaCount: 2
@ -42,7 +42,7 @@ tests:
asserts:
- failedTemplate:
errorMessage: "When using multiple replicas, the issue indexer (gitea.config.indexer.ISSUE_INDEXER_TYPE) must be set to a HA-ready provider such as 'meilisearch', 'elasticsearch' or 'db' (if the DB is HA-ready)."
- it: fails with multiple replicas and bleve indexer (2)
- it: fails with multiple replicas and bleve repo indexer
template: templates/gitea/deployment.yaml
set:
replicaCount: 2