We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb86a01 commit 7e87475Copy full SHA for 7e87475
tests/component-tests/setup/values/gitea.values.yaml
@@ -8,9 +8,15 @@
8
# These values are used by the Helm install command in the test suite to
9
# ensure a minimal and reliable Gitea setup for testing purposes.
10
# -----------------------------------------------------------------------------
11
-redis-cluster:
12
- enabled: false
13
postgresql-ha:
14
enabled: false
15
-postgresql:
16
- enabled: true
+
+valkey-cluster:
+ enabled: false
17
+gitea:
18
+ config:
19
+ database:
20
+ DB_TYPE: sqlite3
21
+ HOST: localhost
22
+ PORT: 3306
0 commit comments