Skip to content
Snippets Groups Projects
Commit 8133c545 authored by xeruf's avatar xeruf
Browse files

do-test: migrate vikunja to truecharts

parent e3daefa0
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ spec:
chart:
spec:
chart: vikunja
version: 5.5.3
version: 3.0.49
sourceRef:
kind: HelmRepository
name: k8s-at-home
name: truecharts
namespace: flux-system
interval: 5m
valuesFrom:
......
......@@ -62,5 +62,14 @@ data:
postgresqlUsername: vikunja
postgresqlPassword: "${postgresql_password}"
persistence:
enabled: true
existingClaim: vikunja-test-postgres
db:
enabled: true
# -- Sets the persistence type
# Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
type: pvc
mountPath: "/bitnami/postgresql"
# -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
existingClaim: vikunja-test-postgres
volumeClaimTemplates:
db:
enabled: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment