Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Fix ImageChange triggers not being set in DeploymentConfig when resource fragments are used. #1794

Merged

Commits on Feb 28, 2020

  1. Fix ImageChange triggers not being set in DeploymentConfig when resou…

    …rce fragments are used.
    
    Related StackOverlow post: https://stackoverflow.com/questions/60375063
    
    This seems to be a regression since we introduced sidecar containers support. For applying
    ImageChange triggers we have to check which containers are main application containers and
    which are sidecars. Well, we do that but when we don't set any `defaultApplicationContainerName`
    when sidecar option is disabled. It seemed like a bug introduced my me during implementation.
    rohanKanojia committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5213077 View commit details
    Browse the repository at this point in the history