basic: fix paths
This commit is contained in:
parent
d7600ad601
commit
7ed176c8b3
|
@ -38,7 +38,7 @@ data:
|
|||
host: vikunja-postgresql
|
||||
password: "${postgresql_password}"
|
||||
log:
|
||||
path: "/etc/vikunja"
|
||||
path: "/tmp"
|
||||
http: file
|
||||
database: file
|
||||
databaselevel: debug
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
path: ./basic/apps/dev
|
||||
path: ./basic/apps/code
|
||||
prune: true
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
|
|
Loading…
Reference in New Issue