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"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue