Comment 3 for bug 1948327

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/815053
Committed: https://opendev.org/starlingx/config/commit/98e15076753dafacf4aecf846b9943655a742158
Submitter: "Zuul (22348)"
Branch: master

commit 98e15076753dafacf4aecf846b9943655a742158
Author: Chris Friesen <email address hidden>
Date: Thu Oct 21 13:16:17 2021 -0600

    allow application upload for applications with no plugins

    Starting with Kubernetes 1.20, the "kubectl cp" command will actually
    error out if the item being copied doesn't exist. Prior to this it
    failed silently.

    It turns out that our application upload code was relying on the silent
    failure.

    In order to make it work for applications without plugins we need to
    make it explicit in the code that it's not a fatal error if there are
    no overrides.

    Change-Id: Ifb70907c84b26bf6c2e19a72a60110a20bcb399b
    Closes-Bug: 1948327
    Signed-off-by: Chris Friesen <email address hidden>