[vikunja] Fix subpath in configmap to match persistence value (#1568)

This commit is contained in:
Mike Chester 2022-05-15 05:27:59 -07:00 committed by GitHub
parent 2b097b5f78
commit 2ce3544796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -41,5 +41,5 @@ data:
reverse_proxy localhost:80
}
}
Vikunja.yml: |-
Vikunja.yaml: |-
{{ .Values.vikunja.config | indent 4 }}

View File

@ -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