fix
This commit is contained in:
@@ -39,4 +39,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/vikunja/vikunja
|
- https://hub.docker.com/r/vikunja/vikunja
|
||||||
- https://vikunja.io/docs
|
- https://vikunja.io/docs
|
||||||
type: application
|
type: application
|
||||||
version: 16.0.0
|
version: 16.0.1
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ secret:
|
|||||||
type: redis
|
type: redis
|
||||||
|
|
||||||
service:
|
service:
|
||||||
interface: {{ .Values.vikunja.service.interface | quote }}
|
interface: {{ printf ":%v" .Values.service.main.ports.main.port }}
|
||||||
JWTSecret: {{ $jwtSecret }}
|
JWTSecret: {{ $jwtSecret }}
|
||||||
timezone: {{ .Values.TZ | quote }}
|
timezone: {{ .Values.TZ | quote }}
|
||||||
{{- /* Multiply by 1, so large integers are not rendered in scientific notation
|
{{- /* Multiply by 1, so large integers are not rendered in scientific notation
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ vikunja:
|
|||||||
jwtttllong: 2592000
|
jwtttllong: 2592000
|
||||||
motd: Welcome to your new Vikunja instance
|
motd: Welcome to your new Vikunja instance
|
||||||
frontendurl: http://localhost:10220
|
frontendurl: http://localhost:10220
|
||||||
interface: ":10220"
|
|
||||||
maxitemsperpage: 50
|
maxitemsperpage: 50
|
||||||
enablecaldav: true
|
enablecaldav: true
|
||||||
enablelinksharing: true
|
enablelinksharing: true
|
||||||
|
|||||||
Reference in New Issue
Block a user