Skip to content

Commit 8f1b16c

Browse files
committed
fix rss volumemounts
1 parent ca772dc commit 8f1b16c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/matrix/templates/bridge-rss/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ spec:
103103
- name: appservice
104104
containerPort: 80
105105
protocol: TCP
106+
volumeMounts:
107+
- name: data
108+
mountPath: /data
106109
{{- with .Values.bridges.rss.extraVolumeMounts }}
107110
{{- toYaml . | nindent 12 }}
108111
{{- end }}

0 commit comments

Comments
 (0)