flatpak-indexer: fix typo in image change trigger for flatpak-indexer

The 'containerNames' parameter was incorrectly cut-and-pasted from
the flatpak-indexer-differ deployment config.

Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
This commit is contained in:
Owen W. Taylor 2021-03-01 11:50:34 -05:00
parent 8b39d13364
commit 3f7de2e870

View file

@ -71,7 +71,7 @@ spec:
imageChangeParams: imageChangeParams:
automatic: true automatic: true
containerNames: containerNames:
- flatpak-indexer-differ - flatpak-indexer
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: flatpak-indexer:latest name: flatpak-indexer:latest