Forgot camelCase subPath in datagrepper POC deployment config

This commit is contained in:
Adam Saleh 2020-12-09 13:24:18 +01:00
parent f6633d7ea8
commit fcf6b1a34d

View file

@ -45,10 +45,10 @@ spec:
value: "/srv/datanommer/apache/datagrepper.cfg"
volumeMounts:
- mountPath: /etc/fedmsg.d/datagrepper.py
subpath: datagrepper.py
subPath: datagrepper.py
name: datagrepper
- mountPath: /srv/datanommer/fedmsg.d/datagrepper.cfg
subpath: datagrepper.cfg
subPath: datagrepper.cfg
name: datagrepper
triggers:
- type: ImageChange