mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[vikunja] Fix subpath in configmap to match persistence value (#1568)
This commit is contained in:
parent
2b097b5f78
commit
2ce3544796
@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 0.17.0
|
||||
description: The to-do app to organize your life
|
||||
name: vikunja
|
||||
version: 5.5.2
|
||||
version: 5.5.3
|
||||
keywords:
|
||||
- vikunja
|
||||
- to-do
|
||||
@ -31,5 +31,5 @@ dependencies:
|
||||
condition: postgresql.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
- kind: fixed
|
||||
description: Fix subpath in configmap to match persistence value
|
||||
|
@ -41,5 +41,5 @@ data:
|
||||
reverse_proxy localhost:80
|
||||
}
|
||||
}
|
||||
Vikunja.yml: |-
|
||||
Vikunja.yaml: |-
|
||||
{{ .Values.vikunja.config | indent 4 }}
|
||||
|
@ -65,7 +65,7 @@ additionalContainers:
|
||||
volumeMounts:
|
||||
- name: vikunja-config
|
||||
mountPath: /etc/vikunja/config.yml
|
||||
subPath: Vikunja.yml
|
||||
subPath: Vikunja.yaml
|
||||
# - name: files
|
||||
# mountPath: /app/vikunja/files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user