Skip to content

Commit a541493

Browse files
authored
Fix chatisa exports mount (#320)
1 parent b68b8a2 commit a541493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts-private/chatisa/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: chatisa
33
description: OSC chatisa web service
44
type: application
5-
version: 0.2.0
5+
version: 0.2.1
66
appVersion: v4.3.0
77
maintainers:
88
- name: treydock

charts-private/chatisa/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ webservice:
3838
mounts:
3939
emptyDir:
4040
temp: /app/temp
41-
export: /app/export
41+
exports: /app/exports
4242
logs: /app/logs
4343
startupProbe:
4444
httpGet:

0 commit comments

Comments
 (0)