Skip to content

Commit b466434

Browse files
author
noah
committed
fix: fix envs for store env
1 parent 72a1d86 commit b466434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitploy/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ env:
6868
# DB-specific vairables.
6969
# If you are using SQLite as your DB for Gitploy, it is recommended to enable persistence.
7070
#
71-
# GITPLOY_STORE_DRIVER: "/data/sqlite3.db?cache=shared&_fk=1"
72-
# GITPLOY_STORE_SOURCE: "sqlite3"
71+
# GITPLOY_STORE_DRIVER: "sqlite3"
72+
# GITPLOY_STORE_SOURCE: "/data/sqlite3.db?cache=shared&_fk=1"
7373

7474
# If you'd like to provide your own Kubernetes Secret object instead of passing your values
7575
# in un-encrypted, pass in the name of a created + populated Secret in the same Namespace

0 commit comments

Comments
 (0)