6226e4eaea
Co-authored-by: Julien <julienym@gmail.com> Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/672 Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.com> Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
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.
|