15 lines
403 B
YAML
15 lines
403 B
YAML
|
suite: Values conflicting checks
|
||
|
release:
|
||
|
name: gitea-unittests
|
||
|
namespace: testing
|
||
|
tests:
|
||
|
- it: fails when trying to configure redis and redis-cluster the same time
|
||
|
set:
|
||
|
redis-cluster:
|
||
|
enabled: true
|
||
|
redis:
|
||
|
enabled: true
|
||
|
asserts:
|
||
|
- failedTemplate:
|
||
|
errorMessage: redis and redis-cluster cannot be enabled at the same time. Please only choose one.
|