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 72a1d86 commit b466434Copy full SHA for b466434
charts/gitploy/values.yaml
@@ -68,8 +68,8 @@ env:
68
# DB-specific vairables.
69
# If you are using SQLite as your DB for Gitploy, it is recommended to enable persistence.
70
#
71
- # GITPLOY_STORE_DRIVER: "/data/sqlite3.db?cache=shared&_fk=1"
72
- # GITPLOY_STORE_SOURCE: "sqlite3"
+ # GITPLOY_STORE_DRIVER: "sqlite3"
+ # GITPLOY_STORE_SOURCE: "/data/sqlite3.db?cache=shared&_fk=1"
73
74
# If you'd like to provide your own Kubernetes Secret object instead of passing your values
75
# in un-encrypted, pass in the name of a created + populated Secret in the same Namespace
0 commit comments