Forgot camelCase subPath in datagrepper POC deployment config
This commit is contained in:
parent
f6633d7ea8
commit
fcf6b1a34d
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@ spec:
|
||||||
value: "/srv/datanommer/apache/datagrepper.cfg"
|
value: "/srv/datanommer/apache/datagrepper.cfg"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/fedmsg.d/datagrepper.py
|
- mountPath: /etc/fedmsg.d/datagrepper.py
|
||||||
subpath: datagrepper.py
|
subPath: datagrepper.py
|
||||||
name: datagrepper
|
name: datagrepper
|
||||||
- mountPath: /srv/datanommer/fedmsg.d/datagrepper.cfg
|
- mountPath: /srv/datanommer/fedmsg.d/datagrepper.cfg
|
||||||
subpath: datagrepper.cfg
|
subPath: datagrepper.cfg
|
||||||
name: datagrepper
|
name: datagrepper
|
||||||
triggers:
|
triggers:
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue