mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
appVersion: 0.17.0
|
||||||
description: The to-do app to organize your life
|
description: The to-do app to organize your life
|
||||||
name: vikunja
|
name: vikunja
|
||||||
version: 5.5.2
|
version: 5.5.3
|
||||||
keywords:
|
keywords:
|
||||||
- vikunja
|
- vikunja
|
||||||
- to-do
|
- to-do
|
||||||
@ -31,5 +31,5 @@ dependencies:
|
|||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Upgraded `common` chart dependency to version 4.4.2
|
description: Fix subpath in configmap to match persistence value
|
||||||
|
@ -41,5 +41,5 @@ data:
|
|||||||
reverse_proxy localhost:80
|
reverse_proxy localhost:80
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Vikunja.yml: |-
|
Vikunja.yaml: |-
|
||||||
{{ .Values.vikunja.config | indent 4 }}
|
{{ .Values.vikunja.config | indent 4 }}
|
||||||
|
@ -65,7 +65,7 @@ additionalContainers:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: vikunja-config
|
- name: vikunja-config
|
||||||
mountPath: /etc/vikunja/config.yml
|
mountPath: /etc/vikunja/config.yml
|
||||||
subPath: Vikunja.yml
|
subPath: Vikunja.yaml
|
||||||
# - name: files
|
# - name: files
|
||||||
# mountPath: /app/vikunja/files
|
# mountPath: /app/vikunja/files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user