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