Comment 3 for bug 1923662

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oidc-auth-armada-app (master)

Reviewed: https://review.opendev.org/c/starlingx/oidc-auth-armada-app/+/786118
Committed: https://opendev.org/starlingx/oidc-auth-armada-app/commit/4b899cefd89963bc09a9e3ac32828421f1381944
Submitter: "Zuul (22348)"
Branch: master

commit 4b899cefd89963bc09a9e3ac32828421f1381944
Author: Jerry Sun <email address hidden>
Date: Tue Apr 13 16:09:43 2021 -0400

    oidc-client pod does not properly pick up new config

    A config update through helm overrides to oidc-client gets properly
    passed to the pod, however, the pod does not restart to pick up the
    new config. This commit adds annotations to the oidc-client pod to
    track config changes and trigger a pod restart through kubernetes if
    the config changes. This is only relevant to pods already deployed on
    an applied application. Helm overrides are correctly applied if they
    are changed first, then the application applied.

    Change-Id: I3d9f48038305283a836827fcebcc2b4e95921147
    Closes-Bug: 1923662
    Signed-off-by: Jerry Sun <email address hidden>