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:
parent
8b39d13364
commit
3f7de2e870
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ spec:
|
|||
imageChangeParams:
|
||||
automatic: true
|
||||
containerNames:
|
||||
- flatpak-indexer-differ
|
||||
- flatpak-indexer
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: flatpak-indexer:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue